Problem boxispull
User denzelong8811
Submission Time 2024-04-05 13:56:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘int32_t main()’:
boxispull.cpp:9:33: error: expected ‘;’ before ‘}’ token
9 | cout << (x2 - x1 + y2 - y1) *2
| ^
| ;
10 | }
| ~