Problem judgequeue
User Denzio321
Submission Time 2023-08-12 20:31:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

judgequeue.cpp: In function ‘void init(int, int)’:
judgequeue.cpp:17:30: error: expected ‘;’ before ‘}’ token
17 | lookup.assign(a_N, t.end())
| ^
| ;
18 | }
| ~