0_0_37947751_25408.cpp: In function 'int main()':
0_0_37947751_25408.cpp:52:38: error: redeclaration of 'long long int cnt'
int now = a[l], ans = 0, cnt = 0, x = l;
^
0_0_37947751_25408.cpp:48:17: note: 'long long int cnt' previously declared here
int cnt = 0;
^
|