Borderou de evaluare (job #782573)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Maxconcat (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 17 iul. 2024 10:29:52 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:7:14: warning: unused variable 'i' [-Wunused-variable]
7 | int n,m ,i, l,s;
| ^
main.cpp:7:17: warning: unused variable 'l' [-Wunused-variable]
7 | int n,m ,i, l,s;
| ^
main.cpp:7:19: warning: unused variable 's' [-Wunused-variable]
7 | int n,m ,i, l,s;
| ^
main.cpp: At global scope:
main.cpp:11:1: error: expected declaration before '}' token
11 | }
| ^