Problem boxispull
User zzxlovecsn
Submission Time 2026-05-18 11:27:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp:1:3: error: invalid preprocessing directive #number
1 | # number of test cases
| ^~~~~~
boxispull.cpp:4:3: error: invalid preprocessing directive #repeat
4 | # repeat t times
| ^~~~~~
boxispull.cpp:7:7: error: invalid preprocessing directive #read
7 | # read x1, y1, x2, y2
| ^~~~
boxispull.cpp:10:7: error: invalid preprocessing directive #distance
10 | # distance the box must move
| ^~~~~~~~
boxispull.cpp:13:15: error: missing binary operator before token "x"
13 | # if both x and y change,
| ^
boxispull.cpp:13: error: unterminated #if
13 | # if both x and y change,
|
boxispull.cpp:2:1: error: ‘t’ does not name a type
2 | t = int(input())
| ^