Problem judgequeue
User pythonPerfectionist
Submission Time 2023-08-12 20:30:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

judgequeue.cpp: In function ‘int sub_after(int)’:
judgequeue.cpp:44:17: error: expected ‘;’ before ‘}’ token
44 | return *(it)
| ^
| ;
45 | }
| ~