#include <iostream>using namespace std; int main(){int b,h;int valoare; b=20;h=10;valoare=b+h;cout<<"aria triunghiului este:";cout<<valoare; return 0;}
Standard input is empty
aria triunghiului este:30
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!