Problem brackets
User maximushartanto
Submission Time 2026-02-01 21:24:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

brackets.cpp: In function ‘int main()’:
brackets.cpp:221:6: error: redeclaration of ‘i64 ans’
221 | i64 ans = 0;
| ^~~
brackets.cpp:192:6: note: ‘i64 ans’ previously declared here
192 | i64 ans = 0;
| ^~~