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_17202074_4675.cpp:59:10: error: redefinition of 'int a [222]'
 int a[222],b[222],dp[222];
          ^
0_0_17202074_4675.cpp:3:5: note: 'int a [222]' previously declared here
 int a[222],b[222],dp[222];
     ^
0_0_17202074_4675.cpp:59:17: error: redefinition of 'int b [222]'
 int a[222],b[222],dp[222];
                 ^
0_0_17202074_4675.cpp:3:12: note: 'int b [222]' previously declared here
 int a[222],b[222],dp[222];
            ^
0_0_17202074_4675.cpp:59:25: error: redefinition of 'int dp [222]'
 int a[222],b[222],dp[222];
                         ^
0_0_17202074_4675.cpp:3:19: note: 'int dp [222]' previously declared here
 int a[222],b[222],dp[222];
                   ^
0_0_17202074_4675.cpp: In function 'int get(int, int)':
0_0_17202074_4675.cpp:60:5: error: redefinition of 'int get(int, int)'
 int get(int n,int m)
     ^
0_0_17202074_4675.cpp:4:5: note: 'int get(int, int)' previously defined here
 int get(int n,int m)
     ^
0_0_17202074_4675.cpp: In function 'int main()':
0_0_17202074_4675.cpp:96:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_17202074_4675.cpp:40: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-12-02 20:57:06, Gzip enabled