0_0_38743003_31569.cpp: In function 'int main()':
0_0_38743003_31569.cpp:91:15: error: 'LL' does not name a type; did you mean 'ALL'?
91 | const LL p_pi = MOD - pi;
| ^~
| ALL
0_0_38743003_31569.cpp:93:22: error: 'p_pi' was not declared in this scope; did you mean 'pp'?
93 | inv[l] = p_pi * inv[pp] % MOD;
| ^~~~
| pp
|