Problem boxispull
User earthyeet
Submission Time 2026-01-29 12:00:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘int time(int, int, int, int)’:
boxispull.cpp:6:16: error: expected primary-expression before ‘or’ token
6 | if (x1 == x2) or (y1 == y2) {
| ^~
boxispull.cpp:14:12: error: expected ‘;’ before ‘}’ token
14 | return out
| ^
| ;
15 | }
| ~