Problem bracketex
User TYW
Submission Time 2025-06-24 10:17:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bracketex.cpp: In function ‘int main()’:
bracketex.cpp:27:3: error: ‘mystack’ was not declared in this scope; did you mean ‘myStack’?
27 | mystack.pop;
| ^~~~~~~
| myStack
bracketex.cpp: At global scope:
bracketex.cpp:30:1: error: expected unqualified-id before ‘if’
30 | if( myStack.empty()){
| ^~
bracketex.cpp:32:3: error: expected unqualified-id before ‘else’
32 | }else{
| ^~~~