0_0_32882398_25760.cpp:6:1: error: '_int128' does not name a type
_int128 fac[25],F[21][maxs],ans[25];
^
0_0_32882398_25760.cpp:18:13: error: variable or field 'putout' declared void
void putout(_int128 x)
^
0_0_32882398_25760.cpp:18:13: error: '_int128' was not declared in this scope
0_0_32882398_25760.cpp: In function 'int main()':
0_0_32882398_25760.cpp:25:2: error: 'fac' was not declared in this scope
fac[0]=1;
^
0_0_32882398_25760.cpp:41:30: error: 'F' was not declared in this scope
for(int j=0;j<sk[m];++j) F[i][j]=0;
^
0_0_32882398_25760.cpp:42:3: error: 'F' was not declared in this scope
F[0][0]=1;
^
0_0_32882398_25760.cpp:56:28: error: 'ans' was not declared in this scope
for(int i=1;i<=cntk;++i) ans[i]=0;
^
0_0_32882398_25760.cpp:68:4: error: 'ans' was not declared in this scope
ans[s]+=F[n][i];
^
0_0_32882398_25760.cpp:72:11: error: 'ans' was not declared in this scope
putout(ans[i]*fac[i]);
^
0_0_32882398_25760.cpp:72:24: error: 'putout' was not declared in this scope
putout(ans[i]*fac[i]);
^
|