Borderou de evaluare (job #626031)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Baloane (clasele 11-12) | Compilator | cpp-32 |
Rundă | cex_gj11_12 | Status | evaluat |
Dată | 18 ian. 2022 09:38:36 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'bool comp(coord, coord)':
main.cpp:14:33: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
14 | return u.b < v.b || u.b==v.b && u.a<v.a;
| ~~~~~~~~~^~~~~~~~~~
main.cpp: In function 'int main()':
main.cpp:30:11: error: 'start' was not declared in this scope
30 | if(v[i].a>start)
| ^~~~~