0_0_25914239_17475.cpp: In function 'int main()':
0_0_25914239_17475.cpp:76:13: error: '__in128' was not declared in this scope
__in128 tmp = (__in128)f[3][i] * ans[i];
^
0_0_25914239_17475.cpp:77:16: error: 'tmp' was not declared in this scope
if(tmp > mod) printf("%lld%012lld\n", (ll)tmp / mod, (ll)tmp % mod);
^
|