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_29593105_31414.cpp:56:12: error: redefinition of 'int val [101]'
 int val[101];
            ^
0_0_29593105_31414.cpp:13:5: note: 'int val [101]' previously declared here
 int val[101];
     ^
0_0_29593105_31414.cpp:57:11: error: redefinition of 'int wt [101]'
 int wt[101];
           ^
0_0_29593105_31414.cpp:14:5: note: 'int wt [101]' previously declared here
 int wt[101];
     ^
0_0_29593105_31414.cpp:58:22: error: redefinition of 'int res [101][101][101]'
 int res[101][101][101];
                      ^
0_0_29593105_31414.cpp:15:5: note: 'int res [101][101][101]' previously declared here
 int res[101][101][101];
     ^
0_0_29593105_31414.cpp: In function 'int main()':
0_0_29593105_31414.cpp:60:5: error: redefinition of 'int main()'
 int main(){
     ^
0_0_29593105_31414.cpp:17: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-07-01 16:31:38, Gzip enabled