0_0_39562914_25627.cpp: In function 'void solve()':
0_0_39562914_25627.cpp:103:9: error: redeclaration of 'long long int cnt'
103 | int cnt=0;
| ^~~
0_0_39562914_25627.cpp:87:9: note: 'long long int cnt' previously declared here
87 | int cnt=0;
| ^~~
|