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_26222542_30517.cpp:95:5: error: redefinition of 'int n'
 int n,m,o,l;
     ^
0_0_26222542_30517.cpp:18:5: note: 'int n' previously declared here
 int n,m,o,l;
     ^
0_0_26222542_30517.cpp:95:7: error: redefinition of 'int m'
 int n,m,o,l;
       ^
0_0_26222542_30517.cpp:18:7: note: 'int m' previously declared here
 int n,m,o,l;
       ^
0_0_26222542_30517.cpp:95:9: error: redefinition of 'int o'
 int n,m,o,l;
         ^
0_0_26222542_30517.cpp:18:9: note: 'int o' previously declared here
 int n,m,o,l;
         ^
0_0_26222542_30517.cpp:95:11: error: redefinition of 'int l'
 int n,m,o,l;
           ^
0_0_26222542_30517.cpp:18:11: note: 'int l' previously declared here
 int n,m,o,l;
           ^
0_0_26222542_30517.cpp:96:17: error: redefinition of 'bool mp [510][510]'
 bool mp[510][510];
                 ^
0_0_26222542_30517.cpp:19:6: note: 'bool mp [510][510]' previously declared here
 bool mp[510][510];
      ^
0_0_26222542_30517.cpp:97:12: error: redefinition of 'char op [510]'
 char op[510];
            ^
0_0_26222542_30517.cpp:20:6: note: 'char op [510]' previously declared here
 char op[510];
      ^
0_0_26222542_30517.cpp: In function 'bool judge(int, int)':
0_0_26222542_30517.cpp:99:6: error: redefinition of 'bool judge(int, int)'
 bool judge(int x,int y){
      ^
0_0_26222542_30517.cpp:22:6: note: 'bool judge(int, int)' previously defined here
 bool judge(int x,int y){
      ^
0_0_26222542_30517.cpp: In function 'int main()':
0_0_26222542_30517.cpp:106:5: error: redefinition of 'int main()'
 int main(){
     ^
0_0_26222542_30517.cpp:29:5: note: 'int main()' previously defined here
 int main(){
     ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001000(s) query 1, Server time : 2025-02-18 17:38:01, Gzip enabled