Problem | park |
---|---|
User | LXYSGP |
Submission Time | 2024-11-01 14:08:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
park.cpp: In function ‘int main()’:
park.cpp:40:17: error: ‘else’ without a previous ‘if’
40 | else if (maxboard >= que[i].people) { // enough for all people in the current group
| ^~~~