Problem boxispull
User NoynYT
Submission Time 2023-05-11 16:03:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘int main()’:
boxispull.cpp:13:13: error: expected ‘;’ before ‘}’ token
13 | dist += 1
| ^
| ;
14 | } else if (by == 1 or by == 3){
| ~
boxispull.cpp:15:13: error: expected ‘;’ before ‘}’ token
15 | dist += 1
| ^
| ;
16 | }
| ~