0_0_39504492_19695.cpp: In function 'void solve()':
0_0_39504492_19695.cpp:73:18: error: redeclaration of 'long long int l'
73 | int ans = 0, l = -2e9, r = 2e9;
| ^
0_0_39504492_19695.cpp:65:9: note: 'long long int l' previously declared here
65 | int l = 0, r = 0;
| ^
0_0_39504492_19695.cpp:73:28: error: redeclaration of 'long long int r'
73 | int ans = 0, l = -2e9, r = 2e9;
| ^
0_0_39504492_19695.cpp:65:16: note: 'long long int r' previously declared here
65 | int l = 0, r = 0;
| ^
|