Problem | NYCanteen |
---|---|
User | dieunq1309 |
Submission Time | 2024-11-11 16:05:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
NYCanteen.cpp: In function ‘int main()’:
NYCanteen.cpp:33:18: error: no post-increment operator for type
33 | index++;
| ^~
NYCanteen.cpp:35:14: error: ‘que’ was not declared in this scope
35 | if (!que.empty()) {
| ^~~
NYCanteen.cpp: At global scope:
NYCanteen.cpp:43:1: error: expected declaration before ‘}’ token
43 | }
| ^