online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
/*4.- Escriba un programa que calcule el área de un cuadrado cuyos lados miden 5m*/ #include <iostream> using namespace std; int main () { int Lado=5, Area=0; Area=Lado*Lado; cout<<"El area de un cuadrado cuyos lados miden 5 cm es: "<<Area<<" cm"<<endl; return 0; }

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue