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_17203203_4686.cpp:47:2: error: stray '#' in program
 }#include<cstdio>
  ^
0_0_17203203_4686.cpp:47:3: error: 'include' does not name a type
 }#include<cstdio>
   ^
0_0_17203203_4686.cpp:53:11: error: redefinition of 'const int maxn'
 const int maxn=1e5+10;
           ^
0_0_17203203_4686.cpp:13:11: note: 'const int maxn' previously defined here
 const int maxn = 1e5 + 10;
           ^
0_0_17203203_4686.cpp:54:11: error: redefinition of 'const int mod'
 const int mod=1e9+7;
           ^
0_0_17203203_4686.cpp:12:11: note: 'const int mod' previously defined here
 const int mod = 1e9 + 7;
           ^
0_0_17203203_4686.cpp:55:5: error: redefinition of 'int T'
 int T,n,m,a[6],dis[6][6],x,y;
     ^
0_0_17203203_4686.cpp:14:5: note: 'int T' previously declared here
 int T, n, m, s, t, ans, res;
     ^
0_0_17203203_4686.cpp:55:7: error: redefinition of 'int n'
 int T,n,m,a[6],dis[6][6],x,y;
       ^
0_0_17203203_4686.cpp:14:8: note: 'int n' previously declared here
 int T, n, m, s, t, ans, res;
        ^
0_0_17203203_4686.cpp:55:9: error: redefinition of 'int m'
 int T,n,m,a[6],dis[6][6],x,y;
         ^
0_0_17203203_4686.cpp:14:11: note: 'int m' previously declared here
 int T, n, m, s, t, ans, res;
           ^
0_0_17203203_4686.cpp:55:14: error: redefinition of 'int a [6]'
 int T,n,m,a[6],dis[6][6],x,y;
              ^
0_0_17203203_4686.cpp:15:5: note: 'int a [6]' previously declared here
 int a[6], f[6];
     ^
0_0_17203203_4686.cpp: In function 'int main()':
0_0_17203203_4686.cpp:57:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_17203203_4686.cpp:29: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-06-26 15:34:42, Gzip enabled