online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
#include <iostream> using namespace std; #define n 5 int main() { int notas[n]; int suma=0; for(int i=0; i<n; i++){ cout<<"Ingrese la nota del alumno #"<<i+1<<": "; cin>>notas[i]; suma += notas[i]; } /*for(int i=0; i<n; i++){ cout<<notas[i]<<", "; }*/ cout<<endl<<"El promedio de notas será: "<<suma/n<<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