Problem bracketex
User DuckyKayden
Submission Time 2026-01-02 07:05:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bracketex.cpp: In function ‘int32_t main()’:
bracketex.cpp:30:5: error: expected ‘}’ before ‘else’
30 | } else if(a == ']') {
| ^~~~
bracketex.cpp:24:23: note: to match this ‘{’
24 | } else if(a == ')') {
| ^