online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
//Ejercicio Propuesto 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 del Rectangulo es: "<<Area<<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