Problem pythonlist
User XY3491
Submission Time 2026-04-18 10:49:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:15:4: error: ‘q’ was not declared in this scope
15 | q.push(num);
| ^
pythonlist.cpp:17:23: error: ‘q’ was not declared in this scope
17 | else if(choice==2&&!q.empty())
| ^