Borderou de evaluare (job #789882)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Gusteri ( clasa a 5-a ) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 15 oct. 2024 17:38:13 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:20:2: error: expected '}' at end of input
20 | }
| ^
main.cpp:5:1: note: to match this '{'
5 | {
| ^
main.cpp:6:19: warning: unused variable 'Max' [-Wunused-variable]
6 | int n,m,i,j,s,Max,maxx;
| ^~~
main.cpp:6:23: warning: unused variable 'maxx' [-Wunused-variable]
6 | int n,m,i,j,s,Max,maxx;
| ^~~~
main.cpp:8:10: warning: unused variable 'g' [-Wunused-variable]
8 | bool g=false;
| ^