Problem eatingparallelograms
User ye
Submission Time 2025-06-20 14:46:13
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:9:1: error: expected ‘}’ at end of input
9 | }
| ^
eatingparallelograms.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^