online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code    Language
#include <stdio.h> #include <stdio.h> #include <stdlib.h> #include <locale.h> int main() { setlocale(LC_ALL, "Portuguese"); int i = 0; float nota[5]; float total = 0, media = 0; for(i = 0; i < 5; i++) { printf("Digite a nota do usuário!\n"); scanf("%f", &nota[i]); } for(i = 0; i < 5; i++) { printf("As notas digitadas foram %.2f\n", nota[i]); } 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