Problem eatingparallelograms
User ye
Submission Time 2025-06-20 14:47:34
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eatingparallelograms.cpp: In function ‘int main()’:
eatingparallelograms.cpp:5:10: error: expected ‘;’ before ‘for’
5 | cin >> a
| ^
| ;
6 | for (int i=0;i<a;i++){
| ~~~
eatingparallelograms.cpp:6:15: error: ‘i’ was not declared in this scope
6 | for (int i=0;i<a;i++){
| ^
eatingparallelograms.cpp:17:11: error: ‘sum’ was not declared in this scope
17 | cout << sum;
| ^~~