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_13402825_26720.cpp:2:4: error: stray '#' in program
  2 #include<cstring>
    ^
0_0_13402825_26720.cpp:3:4: error: stray '#' in program
  3 #include<cmath>
    ^
0_0_13402825_26720.cpp:2:2: error: expected unqualified-id before numeric constant
  2 #include<cstring>
  ^
0_0_13402825_26720.cpp:5:2: error: expected unqualified-id before numeric constant
  5 const double inf=1e14;
  ^
0_0_13402825_26720.cpp:6:2: error: expected unqualified-id before numeric constant
  6 using namespace std;
  ^
0_0_13402825_26720.cpp:7:2: error: expected unqualified-id before numeric constant
  7 
  ^
0_0_13402825_26720.cpp:10:5: error: 'point' does not name a type
 10 }point[N];
     ^
0_0_13402825_26720.cpp:11:1: error: expected unqualified-id before numeric constant
 11 
 ^
0_0_13402825_26720.cpp:13:1: error: expected unqualified-id before numeric constant
 13 double edge[N][N];
 ^
0_0_13402825_26720.cpp:14:1: error: expected unqualified-id before numeric constant
 14 int nearvex[N];//保存前驱
 ^
0_0_13402825_26720.cpp:15:1: error: expected unqualified-id before numeric constant
 15 double  lowcost[N]; 
 ^
0_0_13402825_26720.cpp:16:1: error: expected unqualified-id before numeric constant
 16 double sum;
 ^
0_0_13402825_26720.cpp:17:1: error: expected unqualified-id before numeric constant
 17 
 ^
0_0_13402825_26720.cpp:19:1: error: expected unqualified-id before numeric constant
 19 int visited[N];
 ^
0_0_13402825_26720.cpp:20:1: error: expected unqualified-id before numeric constant
 20 double  Max[N][N];//用来保存最小生成树中两点之间的权值最大的边
 ^
0_0_13402825_26720.cpp:21:1: error: expected unqualified-id before numeric constant
 21 
 ^


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-16 11:55:24, Gzip enabled