Borderou de evaluare (job #595574)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Cifre 3 (clasa a 5-a) | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 8 apr. 2021 18:21:37 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:34:14: error: stray '`' in program
34 | out<<endl;`
| ^
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,c=0,d=0,gigel=0,ok=0;
| ^
main.cpp:9:25: warning: unused variable 'c' [-Wunused-variable]
9 | long long x=9,y,i,j,c=0,d=0,gigel=0,ok=0;
| ^
main.cpp:9:29: warning: unused variable 'd' [-Wunused-variable]
9 | long long x=9,y,i,j,c=0,d=0,gigel=0,ok=0;
| ^
main.cpp:9:33: warning: unused variable 'gigel' [-Wunused-variable]
9 | long long x=9,y,i,j,c=0,d=0,gigel=0,ok=0;
| ^~~~~