0_0_39690153_880.cpp: In lambda function:
0_0_39690153_880.cpp:56:9: error: 'i64' was not declared in this scope
56 | i64 q1=hibit(m);
| ^~~
0_0_39690153_880.cpp:57:12: error: expected ';' before 'q2'
57 | i64 q2=m-q1;
| ^~~
| ;
0_0_39690153_880.cpp:59:12: error: expected ';' before 'res'
59 | i64 res=(f[s][0][hiplace(q1)]*self(self,0,t,q2)%P+f[s][1][hiplace(q1)]*self(self,1,t,q2)%P)%P;
| ^~~~
| ;
0_0_39690153_880.cpp:61:16: error: 'res' was not declared in this scope
61 | return res;
| ^~~
|