0_0_23367197_16607.cpp:2:2: error: invalid preprocessing directive #incldue
#incldue<cstdio>
^
0_0_23367197_16607.cpp: In function 'int main()':
0_0_23367197_16607.cpp:8:14: error: 't' was not declared in this scope
scanf("%d",&t);
^
0_0_23367197_16607.cpp: In function 'void init()':
0_0_23367197_16607.cpp:24:19: error: 'maxn' was not declared in this scope
for(int i=0;i<maxn;i++)
^
0_0_23367197_16607.cpp:28:30: error: 'c' was not declared in this scope
if(j==0 || j==i) c[i][j]=1;
^
0_0_23367197_16607.cpp:29:18: error: 'c' was not declared in this scope
else c[i][j] = (c[i-1][j-1]+c[i-1][j])%mod;
^
0_0_23367197_16607.cpp: In function 'int main()':
0_0_23367197_16607.cpp:33:5: error: redefinition of 'int main()'
int main()
^
0_0_23367197_16607.cpp:6:5: note: 'int main()' previously defined here
int main()
^
0_0_23367197_16607.cpp:38:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_23367197_16607.cpp:75:1: error: expected '}' at end of input
}
^
|