Problem judgequeue
User AshwinJoy
Submission Time 2026-08-02 12:42:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

judgequeue.cpp: In function ‘void push_front(int)’:
judgequeue.cpp:15:18: error: ‘subId’ was not declared in this scope; did you mean ‘subID’?
15 | l.push_front(subId);
| ^~~~~
| subID
judgequeue.cpp: In function ‘void push_back(int)’:
judgequeue.cpp:20:17: error: ‘subId’ was not declared in this scope; did you mean ‘subID’?
20 | l.push_back(subId);
| ^~~~~
| subID