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_13832821_8303.cpp:2:5: error: stray '#' in program
   2 #include <cstdio>
     ^
0_0_13832821_8303.cpp:3:5: error: stray '#' in program
   3 #include <cstring>
     ^
0_0_13832821_8303.cpp:4:5: error: stray '#' in program
   4 #include <cmath>
     ^
0_0_13832821_8303.cpp:5:5: error: stray '#' in program
   5 #include <algorithm>
     ^
0_0_13832821_8303.cpp:6:5: error: stray '#' in program
   6 #include <vector>
     ^
0_0_13832821_8303.cpp:7:5: error: stray '#' in program
   7 #include <string>
     ^
0_0_13832821_8303.cpp:8:5: error: stray '#' in program
   8 #include <queue>
     ^
0_0_13832821_8303.cpp:9:5: error: stray '#' in program
   9 #include <stack>
     ^
0_0_13832821_8303.cpp:10:5: error: stray '#' in program
  10 #include <map>
     ^
0_0_13832821_8303.cpp:11:5: error: stray '#' in program
  11 #include <set>
     ^
0_0_13832821_8303.cpp:12:5: error: stray '#' in program
  12 #include <list>
     ^
0_0_13832821_8303.cpp:14:5: error: stray '#' in program
  14 #define LL_INF 0x7fffffffffffffff
     ^
0_0_13832821_8303.cpp:15:5: error: stray '#' in program
  15 #define EPS 1e-12
     ^
0_0_13832821_8303.cpp:16:5: error: stray '#' in program
  16 #define MOD 1000000007
     ^
0_0_13832821_8303.cpp:17:5: error: stray '#' in program
  17 #define PI 3.141592653579798
     ^
0_0_13832821_8303.cpp:18:5: error: stray '#' in program
  18 #define N 60005
     ^
0_0_13832821_8303.cpp:19:5: error: stray '#' in program
  19 #define E 5000010
     ^
0_0_13832821_8303.cpp:2:3: error: expected unqualified-id before numeric constant
   2 #include <cstdio>
   ^
0_0_13832821_8303.cpp:22:2: error: expected unqualified-id before numeric constant
  22 
  ^
0_0_13832821_8303.cpp:24:2: error: expected unqualified-id before numeric constant
  24 typedef unsigned long long ULL;
  ^
0_0_13832821_8303.cpp:25:2: error: expected unqualified-id before numeric constant
  25 typedef double DB;
  ^
0_0_13832821_8303.cpp:26:2: error: expected unqualified-id before numeric constant
  26 
  ^
0_0_13832821_8303.cpp:28:2: error: expected unqualified-id before numeric constant
  28 
  ^
0_0_13832821_8303.cpp:33:7: error: 'edge' does not name a type
  33 } edge[E];
       ^
0_0_13832821_8303.cpp:34:2: error: expected unqualified-id before numeric constant
  34 int head[N] , tot , now[N];
  ^
0_0_13832821_8303.cpp:35:2: error: expected unqualified-id before numeric constant
  35 int source,sink,tot_num;
  ^
0_0_13832821_8303.cpp:36:2: error: expected unqualified-id before numeric constant
  36 int pre[N] , dis[N] , gap[N];
  ^
0_0_13832821_8303.cpp:37:2: error: expected unqualified-id before numeric constant
  37 
  ^
0_0_13832821_8303.cpp:52:2: error: expected unqualified-id before numeric constant
  52 
  ^


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-30 08:02:43, Gzip enabled