0_0_38781084_15235.cpp: In function 'int pin(int, int, int, int, Z)':
0_0_38781084_15235.cpp:107:5: error: 'mp' was not declared in this scope
107 | mp[xx]++;
| ^~
0_0_38781084_15235.cpp: In function 'void solve()':
0_0_38781084_15235.cpp:129:19: error: 'sz' was not declared in this scope; did you mean 's'?
129 | int xx = (sz * pow1[r2 - l2 + 1] + get_hash(l2, r2) + get_hash(l1, r1) * pow1[len2 + r2 - l2 + 1]).val
| ^~
| s
0_0_38781084_15235.cpp:129:29: error: 'r2' was not declared in this scope; did you mean 't2'?
129 | int xx = (sz * pow1[r2 - l2 + 1] + get_hash(l2, r2) + get_hash(l1, r1) * pow1[len2 + r2 - l2 + 1]).val
| ^~
| t2
0_0_38781084_15235.cpp:129:34: error: 'l2' was not declared in this scope; did you mean 't2'?
129 | int xx = (sz * pow1[r2 - l2 + 1] + get_hash(l2, r2) + get_hash(l1, r1) * pow1[len2 + r2 - l2 + 1]).val
| ^~
| t2
0_0_38781084_15235.cpp:129:76: error: 'r1' was not declared in this scope; did you mean 't1'?
129 | int xx = (sz * pow1[r2 - l2 + 1] + get_hash(l2, r2) + get_hash(l1, r1) * pow1[len2 + r2 - l2 + 1]).val
| ^~
| t1
|