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_13802094_28277.cpp:2:5: error: stray '#' in program
   2 #include<string.h>
     ^
0_0_13802094_28277.cpp:3:5: error: stray '#' in program
   3 #include<string>
     ^
0_0_13802094_28277.cpp:4:5: error: stray '#' in program
   4 #include<stdio.h>
     ^
0_0_13802094_28277.cpp:5:5: error: stray '#' in program
   5 #include<queue>
     ^
0_0_13802094_28277.cpp:6:5: error: stray '#' in program
   6 #include<vector>
     ^
0_0_13802094_28277.cpp:2:3: error: expected unqualified-id before numeric constant
   2 #include<string.h>
   ^
0_0_13802094_28277.cpp:8:3: error: expected unqualified-id before numeric constant
   8 char Map[101][101];
   ^
0_0_13802094_28277.cpp:9:3: error: expected unqualified-id before numeric constant
   9 int mark[101][101];//设置走过的图的标志数组
   ^
0_0_13802094_28277.cpp:10:2: error: expected unqualified-id before numeric constant
  10 int H,W;
  ^
0_0_13802094_28277.cpp:11:2: error: expected unqualified-id before numeric constant
  11 struct node
  ^
0_0_13802094_28277.cpp:15:2: error: expected unqualified-id before numeric constant
  15 struct Node
  ^
0_0_13802094_28277.cpp:20:2: error: expected unqualified-id before numeric constant
  20 int X[4]={1,-1,0,0};//X,Y数组表示方向
  ^
0_0_13802094_28277.cpp:21:2: error: expected unqualified-id before numeric constant
  21 int Y[4]={0,0,1,-1};
  ^
0_0_13802094_28277.cpp:22:2: error: expected unqualified-id before numeric constant
  22 int  Check(int dirX,int dirY,Node N)
  ^


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-26 06:33:54, Gzip enabled