Borderou de evaluare (job #856532)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Colier 2 (clasa a 9-a) | Compilator | cpp |
| Rundă | lasm_05_03_2026_cl10_12 | Status | evaluat |
| Dată | 5 mar. 2026 19:19:05 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:33:15: warning: unused variable 'rezultat' [-Wunused-variable]
33 | long long rezultat;
| ^~~~~~~~
main.cpp:36:9: error: 'rezultat' was not declared in this scope
36 | rezultat = max_global;
| ^~~~~~~~
main.cpp:38:9: error: 'rezultat' was not declared in this scope
38 | rezultat = max(max_global, suma_totala - min_global);
| ^~~~~~~~
main.cpp:40:13: error: 'rezultat' was not declared in this scope
40 | fout << rezultat;
| ^~~~~~~~
main.cpp:24:15: warning: unused variable 'max_curent' [-Wunused-variable]
24 | long long max_curent = v[1];
| ^~~~~~~~~~
main.cpp:27:15: warning: unused variable 'min_curent' [-Wunused-variable]
27 | long long min_curent = v[1];
| ^~~~~~~~~~