Problem catlunch
User ensonchew
Submission Time 2025-08-20 13:45:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

catlunch.cpp: In function ‘int main()’:
catlunch.cpp:28:10: error: expected ‘;’ before ‘}’ token
28 | T.pop()
| ^
| ;
29 | }
| ~