Pentru această operație este nevoie să te autentifici.

Borderou de evaluare (job #701518)

Utilizator avatar haiducii Haiducii haiducii IP ascuns
Problemă Divizor (clasa a 5-a) Compilator cpp-32
Rundă superoji1 Status evaluat
Dată 6 mar. 2023 13:59:45 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(N==212) | ^~ main.cpp:12:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 12 | fout<<106<<"\n"; | ^~~~ main.cpp:13:5: error: 'else' without a previous 'if' 13 | else | ^~~~