Problem | eatingparallelograms |
---|---|
User | ye |
Submission Time | 2025-06-20 14:47:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eatingparallelograms.cpp: In function ‘int main()’:
eatingparallelograms.cpp:5:10: error: expected ‘;’ before ‘sum’
5 | cin >> a
| ^
| ;
6 | sum=0;
| ~~~