Borderou de evaluare (job #595586)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Cifre 3 (clasa a 5-a) | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 8 apr. 2021 18:28:20 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:34:14: error: stray '`' in program
34 | out<<'\n';`
| ^
main.cpp: In function 'int main()':
main.cpp:43:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
43 | if(ok==0)
| ^~
main.cpp:47:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
47 | return 0;
| ^~~~~~
main.cpp:9:23: warning: unused variable 'j' [-Wunused-variable]
9 | long long x=9,y,i,j,ok=0;
| ^