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_38288552_3402.cpp:2:5: error: stray '#' in program
   2 #include<cstdio>
     ^
0_0_38288552_3402.cpp:3:5: error: stray '#' in program
   3 #include<cstring>
     ^
0_0_38288552_3402.cpp:4:5: error: stray '#' in program
   4 #include<queue>
     ^
0_0_38288552_3402.cpp:5:5: error: stray '#' in program
   5 #include<stdlib.h>
     ^
0_0_38288552_3402.cpp:7:5: error: stray '#' in program
   7 #define N 1006
     ^
0_0_38288552_3402.cpp:2:3: error: expected unqualified-id before numeric constant
   2 #include<cstdio>
   ^
0_0_38288552_3402.cpp:7:3: error: expected unqualified-id before numeric constant
   7 #define N 1006
   ^
0_0_38288552_3402.cpp:9:3: error: expected unqualified-id before numeric constant
   9 int mp[N][N];
   ^
0_0_38288552_3402.cpp:10:2: error: expected unqualified-id before numeric constant
  10 int vis[N][N];
  ^
0_0_38288552_3402.cpp:11:2: error: expected unqualified-id before numeric constant
  11 struct Node{
  ^
0_0_38288552_3402.cpp:13:6: error: 'st' does not name a type
  13 }st;
      ^
0_0_38288552_3402.cpp:14:2: error: expected unqualified-id before numeric constant
  14 int dirx[]={1,0,-1,0};
  ^
0_0_38288552_3402.cpp:15:2: error: expected unqualified-id before numeric constant
  15 int diry[]={0,1,0,-1};
  ^
0_0_38288552_3402.cpp:16:2: error: expected unqualified-id before numeric constant
  16 int wx,wy;
  ^
0_0_38288552_3402.cpp:17:2: error: expected unqualified-id before numeric constant
  17 void bfs(){
  ^


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-05-20 08:04:25, Gzip enabled