Problem pythonlist
User KingH
Submission Time 2026-08-03 17:08:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

pythonlist.cpp: In function ‘int main()’:
pythonlist.cpp:15:18: error: expected unqualified-id before ‘.’ token
15 | stack.push(no)
| ^
pythonlist.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
pythonlist.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^