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_14290791_13381.cpp:2:4: error: stray '#' in program
 02.#include <string.h>  
    ^
0_0_14290791_13381.cpp:14:1: error: exponent has no digits
 14.E edge[O];  
 ^
0_0_14290791_13381.cpp:2:1: error: expected unqualified-id before numeric constant
 02.#include <string.h>  
 ^
0_0_14290791_13381.cpp:4:1: error: expected unqualified-id before numeric constant
 04.const int O = 1000000;  
 ^
0_0_14290791_13381.cpp:5:1: error: expected unqualified-id before numeric constant
 05.const int maxn = 10005;  
 ^
0_0_14290791_13381.cpp:6:1: error: expected unqualified-id before numeric constant
 06.typedef struct E{  
 ^
0_0_14290791_13381.cpp:8:5: error: 'E' does not name a type
 08.}E;  
     ^
0_0_14290791_13381.cpp:9:1: error: expected unqualified-id before numeric constant
 09.typedef struct point{  
 ^
0_0_14290791_13381.cpp:12:5: error: 'point' does not name a type
 12.}point;  
     ^
0_0_14290791_13381.cpp:13:1: error: expected unqualified-id before numeric constant
 13.point a[maxn];  
 ^
0_0_14290791_13381.cpp:14:1: error: expected unqualified-id before numeric constant
 14.E edge[O];  
 ^
0_0_14290791_13381.cpp:15:1: error: expected unqualified-id before numeric constant
 15.int Adj[maxn], l;  
 ^
0_0_14290791_13381.cpp:16:1: error: expected unqualified-id before numeric constant
 16.int f[maxn];  
 ^
0_0_14290791_13381.cpp:17:1: error: expected unqualified-id before numeric constant
 17.void addedge(int u, int v){  
 ^
0_0_14290791_13381.cpp:20:1: error: expected unqualified-id before numeric constant
 20.void check(int i, int i1, int i2){  
 ^
0_0_14290791_13381.cpp:24:1: error: expected unqualified-id before numeric constant
 24.int abs(int x){  
 ^
0_0_14290791_13381.cpp:27:1: error: expected unqualified-id before numeric constant
 27.int read(){  
 ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001000(s) query 1, Server time : 2025-02-17 07:01:44, Gzip enabled