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_24109615_1949.cpp:74:16: error: redefinition of 'int dp [1100][12]'
 int dp[1100][12],a[11][11],b[11][11],vis[110],num[11],mum[11];
                ^
0_0_24109615_1949.cpp:3:5: note: 'int dp [1100][12]' previously declared here
 int dp[1100][12],a[11][11],b[11][11],vis[110],num[11],mum[11];
     ^
0_0_24109615_1949.cpp:74:26: error: redefinition of 'int a [11][11]'
 int dp[1100][12],a[11][11],b[11][11],vis[110],num[11],mum[11];
                          ^
0_0_24109615_1949.cpp:3:18: note: 'int a [11][11]' previously declared here
 int dp[1100][12],a[11][11],b[11][11],vis[110],num[11],mum[11];
                  ^
0_0_24109615_1949.cpp:74:36: error: redefinition of 'int b [11][11]'
 int dp[1100][12],a[11][11],b[11][11],vis[110],num[11],mum[11];
                                    ^
0_0_24109615_1949.cpp:3:28: note: 'int b [11][11]' previously declared here
 int dp[1100][12],a[11][11],b[11][11],vis[110],num[11],mum[11];
                            ^
0_0_24109615_1949.cpp:74:45: error: redefinition of 'int vis [110]'
 int dp[1100][12],a[11][11],b[11][11],vis[110],num[11],mum[11];
                                             ^
0_0_24109615_1949.cpp:3:38: note: 'int vis [110]' previously declared here
 int dp[1100][12],a[11][11],b[11][11],vis[110],num[11],mum[11];
                                      ^
0_0_24109615_1949.cpp:74:53: error: redefinition of 'int num [11]'
 int dp[1100][12],a[11][11],b[11][11],vis[110],num[11],mum[11];
                                                     ^
0_0_24109615_1949.cpp:3:47: note: 'int num [11]' previously declared here
 int dp[1100][12],a[11][11],b[11][11],vis[110],num[11],mum[11];
                                               ^
0_0_24109615_1949.cpp:74:61: error: redefinition of 'int mum [11]'
 int dp[1100][12],a[11][11],b[11][11],vis[110],num[11],mum[11];
                                                             ^
0_0_24109615_1949.cpp:3:55: note: 'int mum [11]' previously declared here
 int dp[1100][12],a[11][11],b[11][11],vis[110],num[11],mum[11];
                                                       ^
0_0_24109615_1949.cpp:75:19: error: redefinition of 'std::vector<int> tot [11]'
 vector<int >tot[11];
                   ^
0_0_24109615_1949.cpp:4:13: note: 'std::vector<int> tot [11]' previously declared here
 vector<int >tot[11];
             ^
0_0_24109615_1949.cpp: In function 'int main()':
0_0_24109615_1949.cpp:76:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_24109615_1949.cpp:5: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-10-06 04:06:10, Gzip enabled