Problem pigeons
User matt
Submission Time 2024-01-15 21:53:48
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pigeons.cpp: In function ‘int32_t main()’:
pigeons.cpp:25:23: error: expected ‘;’ before ‘return’
25 | cout<<"PLAN ACCEPTED"
| ^
| ;
26 | return 0;
| ~~~~~~