| Problem | bracketex |
|---|---|
| User | afzal |
| Submission Time | 2025-08-29 15:54:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
bracketex.cpp: In function βint main()β:
bracketex.cpp:18:130: error: expected primary-expression before β)β token
18 | }else if(((s == ')' and st.top() == '(') or (s==']' and st.top() == '[') or (s=='}' and st.top() == '{')) and not st.empty())){
| ^