0_0_39528129_23234.cpp: In function 'void solve()': 0_0_39528129_23234.cpp:23:9: error: redeclaration of 'int cnt' 23 | int cnt = 0; | ^~~ 0_0_39528129_23234.cpp:10:9: note: 'int cnt' previously declared here 10 | int cnt = 0,odd = 0; | ^~~