Borderou de evaluare (job #634451)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Betasah (clasa a 9-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 21 feb. 2022 08:50:00 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:21:29: warning: variable 'found2' set but not used [-Wunused-but-set-variable]
21 | bool found = false, found2 = false;
| ^~~~~~
main.cpp:23:13: warning: unused variable 'patrat1' [-Wunused-variable]
23 | int patrat1 = 1;
| ^~~~~~~
main.cpp: At global scope:
main.cpp:171:1: error: expected declaration before '}' token
171 | }
| ^