Problem boxispull
User RandomCtfNoob
Submission Time 2025-10-15 16:25:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘int main()’:
boxispull.cpp:11:12: error: ‘math’ was not declared in this scope
11 | cout << math.abs(movey-targy);
| ^~~~
boxispull.cpp:13:12: error: ‘math’ was not declared in this scope
13 | cout << math.abs(movex-targx);
| ^~~~
boxispull.cpp:15:12: error: ‘math’ was not declared in this scope
15 | cout << math.abs(movex-targx)+math.abs(movey+targy)+2;
| ^~~~