Problem | boxispull |
---|---|
User | quackquack |
Submission Time | 2023-11-17 12:54:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
boxispull.cpp: In function ‘int main()’:
boxispull.cpp:11:25: error: expected ‘;’ before ‘}’ token
11 | cout << abs(y2-y1)
| ^
| ;
12 | }
| ~