Borderou de evaluare (job #638635)

Utilizator avatar lorenaveres Veres Lorena lorenaveres IP ascuns
Problemă 5div Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 5 mar. 2022 11:00:50 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:28:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation] 28 | while ( ciur[x] == 1 ) | ^~~~~ main.cpp:29:14: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while' 29 | x++; cnt++; | ^~~ main.cpp:31:19: error: 'suma' was not declared in this scope 31 | fout<< a <<"\n"<<suma; | ^~~~