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_19837609_24550.cpp:75:2: error: stray '#' in program
 }#include<stdio.h>
  ^
0_0_19837609_24550.cpp:75:3: error: 'include' does not name a type
 }#include<stdio.h>
   ^
0_0_19837609_24550.cpp:84:13: error: redefinition of 'int dis [1010]'
 int dis[1010];
             ^
0_0_19837609_24550.cpp:10:5: note: 'int dis [1010]' previously declared here
 int dis[1010];
     ^
0_0_19837609_24550.cpp:85:20: error: redefinition of 'int cost [1010][1010]'
 int cost[1010][1010];
                    ^
0_0_19837609_24550.cpp:11:5: note: 'int cost [1010][1010]' previously declared here
 int cost[1010][1010];
     ^
0_0_19837609_24550.cpp:86:19: error: redefinition of 'int map [1010][1010]'
 int map[1010][1010];
                   ^
0_0_19837609_24550.cpp:12:5: note: 'int map [1010][1010]' previously declared here
 int map[1010][1010];
     ^
0_0_19837609_24550.cpp:87:13: error: redefinition of 'int ans [1010]'
 int ans[1010];
             ^
0_0_19837609_24550.cpp:13:5: note: 'int ans [1010]' previously declared here
 int ans[1010];
     ^
0_0_19837609_24550.cpp:88:14: error: redefinition of 'int flag [1010]'
 int flag[1010];
              ^
0_0_19837609_24550.cpp:14:5: note: 'int flag [1010]' previously declared here
 int flag[1010];
     ^
0_0_19837609_24550.cpp:89:5: error: redefinition of 'int st'
 int st,en,n,m;
     ^
0_0_19837609_24550.cpp:15:5: note: 'int st' previously declared here
 int st,en,n,m;
     ^
0_0_19837609_24550.cpp:89:8: error: redefinition of 'int en'
 int st,en,n,m;
        ^
0_0_19837609_24550.cpp:15:8: note: 'int en' previously declared here
 int st,en,n,m;
        ^
0_0_19837609_24550.cpp:89:11: error: redefinition of 'int n'
 int st,en,n,m;
           ^
0_0_19837609_24550.cpp:15:11: note: 'int n' previously declared here
 int st,en,n,m;
           ^
0_0_19837609_24550.cpp:89:13: error: redefinition of 'int m'
 int st,en,n,m;
             ^
0_0_19837609_24550.cpp:15:13: note: 'int m' previously declared here
 int st,en,n,m;
             ^
0_0_19837609_24550.cpp: In function 'void Dis()':
0_0_19837609_24550.cpp:90:6: error: redefinition of 'void Dis()'
 void Dis()
      ^
0_0_19837609_24550.cpp:16:6: note: 'void Dis()' previously defined here
 void Dis()
      ^
0_0_19837609_24550.cpp: In function 'int main()':
0_0_19837609_24550.cpp:125:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_19837609_24550.cpp:51: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-09-28 22:15:24, Gzip enabled