Problem eatingparallelograms
User naivecyans
Submission Time 2025-06-20 13:17:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eatingparallelograms.cpp: In function ‘int main()’:
eatingparallelograms.cpp:14:17: error: expected ‘;’ before ‘}’ token
14 | total += p[i]
| ^
| ;
15 | }
| ~