Problem bracketex
User sharelletqx
Submission Time 2026-04-18 10:07:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bracketex.cpp: In function ‘int main()’:
bracketex.cpp:16:13: error: expected ‘}’ at end of input
16 | s.push(']');
| ^
bracketex.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^