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_19941008_11462.cpp:59:13: error: redefinition of 'char num [105]'
 char num[105];
             ^
0_0_19941008_11462.cpp:7:6: note: 'char num [105]' previously declared here
 char num[105];
      ^
0_0_19941008_11462.cpp:60:21: error: redefinition of 'int dp [105][105][105]'
 int dp[105][105][105],dfn[105][105][105];
                     ^
0_0_19941008_11462.cpp:8:5: note: 'int dp [105][105][105]' previously declared here
 int dp[105][105][105],dfn[105][105][105];
     ^
0_0_19941008_11462.cpp:60:40: error: redefinition of 'int dfn [105][105][105]'
 int dp[105][105][105],dfn[105][105][105];
                                        ^
0_0_19941008_11462.cpp:8:23: note: 'int dfn [105][105][105]' previously declared here
 int dp[105][105][105],dfn[105][105][105];
                       ^
0_0_19941008_11462.cpp:61:11: error: redefinition of 'int p2 [105]'
 int p2[105],cnt2,len,cas;
           ^
0_0_19941008_11462.cpp:9:5: note: 'int p2 [105]' previously declared here
 int p2[105],cnt2,len,cas;
     ^
0_0_19941008_11462.cpp:61:13: error: redefinition of 'int cnt2'
 int p2[105],cnt2,len,cas;
             ^
0_0_19941008_11462.cpp:9:13: note: 'int cnt2' previously declared here
 int p2[105],cnt2,len,cas;
             ^
0_0_19941008_11462.cpp:61:18: error: redefinition of 'int len'
 int p2[105],cnt2,len,cas;
                  ^
0_0_19941008_11462.cpp:9:18: note: 'int len' previously declared here
 int p2[105],cnt2,len,cas;
                  ^
0_0_19941008_11462.cpp:61:22: error: redefinition of 'int cas'
 int p2[105],cnt2,len,cas;
                      ^
0_0_19941008_11462.cpp:9:22: note: 'int cas' previously declared here
 int p2[105],cnt2,len,cas;
                      ^
0_0_19941008_11462.cpp: In function 'int dfs(int, int, int)':
0_0_19941008_11462.cpp:63:5: error: redefinition of 'int dfs(int, int, int)'
 int dfs(int n,int lp,int tim)
     ^
0_0_19941008_11462.cpp:11:5: note: 'int dfs(int, int, int)' previously defined here
 int dfs(int n,int lp,int tim)
     ^
0_0_19941008_11462.cpp: In function 'int main()':
0_0_19941008_11462.cpp:81:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_19941008_11462.cpp:29:5: note: 'int main()' previously defined here
 int main()
     ^


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-11-13 20:05:00, Gzip enabled