Problem pigeons
User ILBBBM
Submission Time 2023-03-02 10:42:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pigeons.cpp: In function ‘int main()’:
pigeons.cpp:10:29: error: expected ‘;’ before ‘}’ token
10 | cout << "PLAN ACCEPTED\n"
| ^
| ;
11 | } else {
| ~
pigeons.cpp:12:30: error: expected ‘;’ before ‘}’ token
12 | cout << "PLAND ACCEPTED\n"
| ^
| ;
13 | }
| ~