Problem monsters2
User j0ashhh
Submission Time 2026-03-13 16:55:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

monsters2.cpp: In function ‘int main()’:
monsters2.cpp:25:4: error: ‘best’ was not declared in this scope
25 | best = abs(*it - x);
| ^~~~
monsters2.cpp:30:20: error: ‘best’ was not declared in this scope
30 | if(d < best){
| ^~~~
monsters2.cpp:35:6: error: ‘best’ was not declared in this scope
35 | if(best < y){
| ^~~~