Problem sumstack
User naivecyans
Submission Time 2025-06-17 21:37:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumstack.cpp: In function ‘int main()’:
sumstack.cpp:19:19: error: expected ‘;’ before ‘}’ token
19 | tube.pop_back()
| ^
| ;
20 | }
| ~