0_0_38665165_11635.cpp:3:7: error: 'll' does not name a type
3 | const ll mod=1e9+7;
| ^~
0_0_38665165_11635.cpp: In function 'll ksm(ll, ll)':
0_0_38665165_11635.cpp:13:23: error: 'mod' was not declared in this scope; did you mean 'modf'?
13 | rec=((rec%mod)*(a%mod))%mod;
| ^~~
| modf
0_0_38665165_11635.cpp:14:15: error: 'mod' was not declared in this scope; did you mean 'modf'?
14 | a=((a%mod)*(a%mod))%mod;
| ^~~
| modf
0_0_38665165_11635.cpp:17:16: error: 'mod' was not declared in this scope; did you mean 'modf'?
17 | return rec%mod;
| ^~~
| modf
0_0_38665165_11635.cpp: In function 'int main()':
0_0_38665165_11635.cpp:52:41: error: 'mod' was not declared in this scope; did you mean 'modf'?
52 | printf("%lld\n",f*ksm(n,mod-2)%mod);
| ^~~
| modf
|