Borderou de evaluare (job #702333)

Utilizator avatar NicolescuMatei Nicolescu Matei NicolescuMatei IP ascuns
Problemă Cifre 3 (clasa a 5-a) Compilator cpp-32
Rundă superoji2 Status evaluat
Dată 7 mar. 2023 14:45:08 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:39:1: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 39 | if (cnt2 == 0) | ^~ main.cpp:41:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 41 | return 0; | ^~~~~~ main.cpp: At global scope: main.cpp:43:1: error: expected declaration before '}' token 43 | } | ^