Borderou de evaluare (job #690893)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cifre9 (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 28 ian. 2023 11:27:55 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
10 | if(k==1)
| ^~
main.cpp:12:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
12 | fout<<111342<<"\n";
| ^~~~
main.cpp:13:5: error: 'else' without a previous 'if'
13 | else
| ^~~~