Problem pythonlist
User JulianN
Submission Time 2025-08-20 17:05:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp:20:31: error: stray ‘\’ in program
20 | cout<< p.top() << \n;
| ^
pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:20:32: error: ‘n’ was not declared in this scope
20 | cout<< p.top() << \n;
| ^