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_19608577_26722.cpp:2:5: error: stray '#' in program
   6 #include<cstring>
     ^
0_0_19608577_26722.cpp:3:5: error: stray '#' in program
   7 #include<cstdio>
     ^
0_0_19608577_26722.cpp:6:5: error: stray '#' in program
  10 #define MAX    7
     ^
0_0_19608577_26722.cpp:2:3: error: expected unqualified-id before numeric constant
   6 #include<cstring>
   ^
0_0_19608577_26722.cpp:5:3: error: expected unqualified-id before numeric constant
   9 
   ^
0_0_19608577_26722.cpp:12:6: error: 'board' does not name a type
  16 }board[MAX][MAX];
      ^
0_0_19608577_26722.cpp:13:2: error: expected unqualified-id before numeric constant
  17 
  ^
0_0_19608577_26722.cpp:18:6: error: 'q' does not name a type
  22 }q[MAX*MAX + 1];
      ^
0_0_19608577_26722.cpp:19:2: error: expected unqualified-id before numeric constant
  23 
  ^
0_0_19608577_26722.cpp:21:2: error: expected unqualified-id before numeric constant
  25 int mov[4][2] = { {0,1}, {1,0}, {0,-1}, {-1,0} };    //东南西北
  ^


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.000000(s) query 1, Server time : 2025-01-11 03:49:17, Gzip enabled