Borderou de evaluare (job #633402)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Las Fierbinți (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 17 feb. 2022 17:33:53 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:48:37: warning: unused variable 'a' [-Wunused-variable]
48 | long long l, c, f, a, b, r;
| ^
main.cpp:48:40: warning: unused variable 'b' [-Wunused-variable]
48 | long long l, c, f, a, b, r;
| ^
main.cpp:48:43: warning: unused variable 'r' [-Wunused-variable]
48 | long long l, c, f, a, b, r;
| ^
main.cpp:56:33: warning: unused variable 'i' [-Wunused-variable]
56 | long long l, k, i;
| ^
main.cpp:121:18: error: expected '}' at end of input
121 | return 0;
| ^
main.cpp:33:12: note: to match this '{'
33 | int main() {
| ^