Borderou de evaluare (job #806472)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Camelot | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 25 ian. 2025 20:47:44 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:57:9: error: 'll' was not declared in this scope; did you mean 'l'?
57 | for(ll x=1; x<=limit; x++) {
| ^~
| l
main.cpp:57:17: error: 'x' was not declared in this scope
57 | for(ll x=1; x<=limit; x++) {
| ^
main.cpp:47:9: warning: unused variable 'firstTeam' [-Wunused-variable]
47 | int firstTeam=0, secondTeam=0;
| ^~~~~~~~~