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_35174994_22644.cpp:3:4: error: stray '#' in program
  1 #include<iostream>
    ^
0_0_35174994_22644.cpp:4:4: error: stray '#' in program
  2 #include<vector>
    ^
0_0_35174994_22644.cpp:5:4: error: stray '#' in program
  3 #include<queue>
    ^
0_0_35174994_22644.cpp:1:1: error: 'View' does not name a type
 View Code 
 ^
0_0_35174994_22644.cpp:7:2: error: expected unqualified-id before numeric constant
  5 typedef long long ll;
  ^
0_0_35174994_22644.cpp:8:2: error: expected unqualified-id before numeric constant
  6 const ll inf=1e60;
  ^
0_0_35174994_22644.cpp:9:2: error: expected unqualified-id before numeric constant
  7 using namespace std;
  ^
0_0_35174994_22644.cpp:10:2: error: expected unqualified-id before numeric constant
  8 struct Node{
  ^
0_0_35174994_22644.cpp:13:1: error: expected unqualified-id before numeric constant
 11 vector<Node>mp1[MAXN];//正向建图
 ^
0_0_35174994_22644.cpp:14:1: error: expected unqualified-id before numeric constant
 12 vector<Node>mp2[MAXN];//反向建图
 ^
0_0_35174994_22644.cpp:15:1: error: expected unqualified-id before numeric constant
 13 int n,m;
 ^
0_0_35174994_22644.cpp:16:1: error: expected unqualified-id before numeric constant
 14 ll cost[MAXN];
 ^
0_0_35174994_22644.cpp:17:1: error: expected unqualified-id before numeric constant
 15 
 ^


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-28 23:06:20, Gzip enabled