Borderou de evaluare (job #837782)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Portofel 2 (clasa a 6-a) | Compilator | cpp |
| Rundă | Tema 2 Clasa a 6-a | Status | evaluat |
| Dată | 19 oct. 2025 12:43:08 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:52:14: error: expected '}' at end of input
52 | return 0;
| ^
main.cpp:7:12: note: to match this '{'
7 | int main() {
| ^
main.cpp:11:21: warning: unused variable 'k' [-Wunused-variable]
11 | int n, m, i, j, k, x, maxf = 0;
| ^