Problem cuttingqueue
User YunQingOng
Submission Time 2026-06-25 10:49:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuttingqueue.cpp: In function ‘int main()’:
cuttingqueue.cpp:17:18: error: expected ‘;’ before ‘q’
17 | t +=1
| ^
| ;
18 | q[t] = b;
| ~