0_0_32882578_3271.cpp:4:9: error: '__int' does not name a type
typedef __int 128 LL;
^
0_0_32882578_3271.cpp:8:1: error: 'LL' does not name a type
LL f[2][M],Ans[22],G[22];
^
0_0_32882578_3271.cpp: In function 'int main()':
0_0_32882578_3271.cpp:17:2: error: 'G' was not declared in this scope
G[0]=1;
^
0_0_32882578_3271.cpp:37:27: error: 'f' was not declared in this scope
for(int i=0;i<h[m];i++) f[0][i]=f[1][i]=0;
^
0_0_32882578_3271.cpp:38:3: error: 'f' was not declared in this scope
f[0][0]=1;
^
0_0_32882578_3271.cpp:55:10: error: 'Ans' was not declared in this scope
memset(Ans,0,sizeof Ans);
^
|