| Problem | cuttingqueue |
|---|---|
| User | whitetiger |
| Submission Time | 2026-06-25 10:10:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cuttingqueue.cpp: In function ‘int main()’:
cuttingqueue.cpp:29:31: error: invalid types ‘int[int]’ for array subscript
29 | person[g][end[g]++] = p;
| ^
cuttingqueue.cpp:39:41: error: invalid types ‘int[int]’ for array subscript
39 | cout << person[g][start[g]++] << " ";
| ^