Problem boxispull
User denzelong8811
Submission Time 2024-04-05 14:03:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

boxispull.cpp: In function ‘int32_t main()’:
boxispull.cpp:9:35: error: invalid type argument of unary ‘*’ (have ‘int’)
9 | cout << ((x2 - x1 + y2 - y1) ** 2);
| ^