online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> using namespace std; int main (){ int n, i, j; cout<<"Ingrese el valor de N: "; cin>>n; for(j=1; j<=n; j++){ for(i=1; i<=n; i++){ if(i==j || i==n+1-j){ cout<<"*"; }else{ cout<<" "; } } cout<<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