Problem | pigeons |
---|---|
User | JcYong |
Submission Time | 2024-06-19 15:56:56 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pigeons.cpp: In function ‘int main()’:
pigeons.cpp:22:26: error: expected ‘;’ before ‘}’ token
22 | cout << "PLAN ACCEPTED"
| ^
| ;
23 | }
| ~
pigeons.cpp:25:26: error: expected ‘;’ before ‘}’ token
25 | cout << "PLAN REJECTED"
| ^
| ;
26 | }
| ~