F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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
 }
 ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-12-01 09:53:13, Gzip enabled