Problem bracketex
User carson
Submission Time 2025-04-10 17:37:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bracketex.cpp: In function ‘int main()’:
bracketex.cpp:35:5: error: ‘sum’ was not declared in this scope; did you mean ‘sum3’?
35 | if(sum == 0){
| ^~~
| sum3