| Problem | eatingparallelograms |
|---|---|
| User | Secre |
| Submission Time | 2025-06-20 16:27:01 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
eatingparallelograms.cpp: In function ‘int main()’:
eatingparallelograms.cpp:18:27: error: expected ‘;’ before ‘}’ token
18 | }else{cout<<p[i]+p[i+1]
| ^
| ;
19 |
20 | }
| ~
eatingparallelograms.cpp:22:1: error: expected ‘}’ at end of input
22 | }
| ^
eatingparallelograms.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^