Problem | pigeons |
---|---|
User | nutzzzz |
Submission Time | 2025-02-13 21:27:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pigeons.cpp: In function ‘void solve()’:
pigeons.cpp:61:21: error: expected ‘,’ or ‘;’ before ‘ok’
61 | int cnt = 0 ok = 1;
| ^~
pigeons.cpp:66:17: error: ‘ok’ was not declared in this scope
66 | ok = 0;
| ^~
pigeons.cpp:71:13: error: ‘ok’ was not declared in this scope
71 | if (ok) cout << "PLAN ACCEPTED";
| ^~