Problem | monsters2 |
---|---|
User | LiuZq |
Submission Time | 2025-07-01 22:55:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
monsters2.cpp:25:11: error: invalid preprocessing directive #Find
25 | # Find the nearest mine using binary search
| ^~~~
monsters2.cpp:37:11: error: invalid preprocessing directive #Check
37 | # Check nearby mines for minimal move cost
| ^~~~~
monsters2.cpp:1:1: error: ‘import’ does not name a type
1 | import sys
| ^~~~~~