Borderou de evaluare (job #735971)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Parola (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 5 oct. 2023 17:24:59 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:27:29: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
27 | while (ogla>0 || cnt0>0 && b>0)
| ~~~~~~~^~~~~~
main.cpp:39:19: error: expected ';' before '}' token
39 | cnt0--
| ^
| ;
40 | }
| ~