Problem | eatingparallelograms |
---|---|
User | Xavier |
Submission Time | 2025-06-20 15:44:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
eatingparallelograms.cpp: In function ‘int main()’:
eatingparallelograms.cpp:14:21: error: expected ‘)’ before ‘;’ token
14 | while (int i = 0; i < m; ++i) {
| ~ ^
| )
eatingparallelograms.cpp:14:23: error: ‘i’ was not declared in this scope
14 | while (int i = 0; i < m; ++i) {
| ^
eatingparallelograms.cpp:21:21: error: expected ‘)’ before ‘;’ token
21 | while (int i = 0; i < m; ++i) {
| ~ ^
| )