Borderou de evaluare (job #686806)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | La școală (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 13 ian. 2023 10:45:31 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:31:17: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
31 | if(cnt = p){
| ~~~~~^~~
main.cpp:33:23: error: expected ';' before '}' token
33 | fout << "\n"
| ^
| ;
34 | }
| ~