Problem | eatingparallelograms |
---|---|
User | Twister |
Submission Time | 2025-06-20 15:48:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eatingparallelograms.cpp: In function ‘int main()’:
eatingparallelograms.cpp:28:24: error: expected ‘;’ before ‘return’
28 | cout << ans << endl
| ^
| ;
29 | return 0;
| ~~~~~~
eatingparallelograms.cpp:29:13: error: expected ‘}’ at end of input
29 | return 0;
| ^
eatingparallelograms.cpp:6:12: note: to match this ‘{’
6 | int main() {
| ^