Problem bracketex
User potatoed78
Submission Time 2025-06-17 18:09:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bracketex.cpp: In function ‘int main()’:
bracketex.cpp:43:21: error: ‘scount’ was not declared in this scope; did you mean ‘ncount’?
43 | if (ncount == 0 && scount == 0 && bcount == 0) {
| ^~~~~~
| ncount
bracketex.cpp:43:36: error: ‘bcount’ was not declared in this scope; did you mean ‘ncount’?
43 | if (ncount == 0 && scount == 0 && bcount == 0) {
| ^~~~~~
| ncount