lang.cpp:11:30: warning: left shift count >= width of type [-Wshift-count-overflow]
11 | ll l, M = (1 << 16), M2 = (1 << 32), e[10005], v[58][100000];
| ~~^~~~~
lang.cpp: In function 'void excerpt(int*)':
lang.cpp:23:8: warning: unused variable 'j' [-Wunused-variable]
23 | ll i, j, t, num, ans = 0, x, mx = 0, mx2 = 0, cnt, cnt2;
| ^
lang.cpp:23:11: warning: unused variable 't' [-Wunused-variable]
23 | ll i, j, t, num, ans = 0, x, mx = 0, mx2 = 0, cnt, cnt2;
| ^
lang.cpp:23:14: warning: unused variable 'num' [-Wunused-variable]
23 | ll i, j, t, num, ans = 0, x, mx = 0, mx2 = 0, cnt, cnt2;
| ^~~
lang.cpp:23:39: warning: variable 'mx2' set but not used [-Wunused-but-set-variable]
23 | ll i, j, t, num, ans = 0, x, mx = 0, mx2 = 0, cnt, cnt2;
| ^~~