Problem Unbalanced
User jeongwonho64
Submission Time 2024-03-13 21:19:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

Unbalanced.cpp: In function ‘int main()’:
Unbalanced.cpp:173:18: error: ‘n’ was not declared in this scope
173 | for(int i = 0;i<n-1;i++){
| ^
Unbalanced.cpp:179:18: error: ‘n’ was not declared in this scope
179 | for(int i = 0;i<n-2;i++){
| ^