Problem bracketex
User JhoCyber
Submission Time 2025-01-26 15:48:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bracketex.cpp: In function ‘int32_t main()’:
bracketex.cpp:17:6: error: ‘current_bracket’ was not declared in this scope
17 | if(current_bracket=='('&&skip=true){
| ^~~~~~~~~~~~~~~
bracketex.cpp:33:12: error: ‘current_bracket’ was not declared in this scope
33 | if(current_bracket=='{'&&skip=true){
| ^~~~~~~~~~~~~~~
bracketex.cpp:49:6: error: ‘current_bracket’ was not declared in this scope
49 | if(current_bracket=='['&&skip=true){
| ^~~~~~~~~~~~~~~