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

Compile Error

cuttingqueue.cpp: In function ‘int main()’:
cuttingqueue.cpp:14:5: error: expected ‘,’ or ‘;’ before ‘for’
14 | for(long long i=0; i <2*n; i++){
| ^~~
cuttingqueue.cpp:14:24: error: ‘i’ was not declared in this scope
14 | for(long long i=0; i <2*n; i++){
| ^