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_38622712_10573.cpp:57:2: error: stray '#' in program
 }#include<iostream>
  ^
0_0_38622712_10573.cpp:57:3: error: 'include' does not name a type
 }#include<iostream>
   ^~~~~~~
0_0_38622712_10573.cpp:61:5: error: redefinition of 'int ans'
 int ans,cnt,t,n,m,k,p,v;
     ^~~
0_0_38622712_10573.cpp:5:5: note: 'int ans' previously declared here
 int ans,cnt,t,n,m,k,p,v;
     ^~~
0_0_38622712_10573.cpp:61:9: error: redefinition of 'int cnt'
 int ans,cnt,t,n,m,k,p,v;
         ^~~
0_0_38622712_10573.cpp:5:9: note: 'int cnt' previously declared here
 int ans,cnt,t,n,m,k,p,v;
         ^~~
0_0_38622712_10573.cpp:61:13: error: redefinition of 'int t'
 int ans,cnt,t,n,m,k,p,v;
             ^
0_0_38622712_10573.cpp:5:13: note: 'int t' previously declared here
 int ans,cnt,t,n,m,k,p,v;
             ^
0_0_38622712_10573.cpp:61:15: error: redefinition of 'int n'
 int ans,cnt,t,n,m,k,p,v;
               ^
0_0_38622712_10573.cpp:5:15: note: 'int n' previously declared here
 int ans,cnt,t,n,m,k,p,v;
               ^
0_0_38622712_10573.cpp:61:17: error: redefinition of 'int m'
 int ans,cnt,t,n,m,k,p,v;
                 ^
0_0_38622712_10573.cpp:5:17: note: 'int m' previously declared here
 int ans,cnt,t,n,m,k,p,v;
                 ^
0_0_38622712_10573.cpp:61:19: error: redefinition of 'int k'
 int ans,cnt,t,n,m,k,p,v;
                   ^
0_0_38622712_10573.cpp:5:19: note: 'int k' previously declared here
 int ans,cnt,t,n,m,k,p,v;
                   ^
0_0_38622712_10573.cpp:61:21: error: redefinition of 'int p'
 int ans,cnt,t,n,m,k,p,v;
                     ^
0_0_38622712_10573.cpp:5:21: note: 'int p' previously declared here
 int ans,cnt,t,n,m,k,p,v;
                     ^
0_0_38622712_10573.cpp:61:23: error: redefinition of 'int v'
 int ans,cnt,t,n,m,k,p,v;
                       ^
0_0_38622712_10573.cpp:5:23: note: 'int v' previously declared here
 int ans,cnt,t,n,m,k,p,v;
                       ^
0_0_38622712_10573.cpp:62:18: error: redefinition of 'int mp [1000][1000]'
 int mp[1000][1000],match[1000];
                  ^
0_0_38622712_10573.cpp:6:5: note: 'int mp [1000][1000]' previously declared here
 int mp[1000][1000],match[1000];
     ^~
0_0_38622712_10573.cpp:62:30: error: redefinition of 'int match [1000]'
 int mp[1000][1000],match[1000];
                              ^
0_0_38622712_10573.cpp:6:20: note: 'int match [1000]' previously declared here
 int mp[1000][1000],match[1000];
                    ^~~~~
0_0_38622712_10573.cpp:63:14: error: redefinition of 'bool vis [1000]'
 bool vis[1000];
              ^
0_0_38622712_10573.cpp:7:6: note: 'bool vis [1000]' previously declared here
 bool vis[1000];
      ^~~
0_0_38622712_10573.cpp:65:6: error: redefinition of 'bool dfs(int)'
 bool dfs(int u)
      ^~~
0_0_38622712_10573.cpp:9:6: note: 'bool dfs(int)' previously defined here
 bool dfs(int u)
      ^~~
0_0_38622712_10573.cpp:82:5: error: redefinition of 'int main()'
 int main()
     ^~~~
0_0_38622712_10573.cpp:26: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-26 09:28:10, Gzip enabled