0_0_14225723_19294.cpp:2:4: error: stray '#' in program
02.#include<cstdio>
^
0_0_14225723_19294.cpp:3:4: error: stray '#' in program
03.#include<cstring>
^
0_0_14225723_19294.cpp:4:4: error: stray '#' in program
04.#include<queue>
^
0_0_14225723_19294.cpp:2:1: error: expected unqualified-id before numeric constant
02.#include<cstdio>
^
0_0_14225723_19294.cpp:6:1: error: expected unqualified-id before numeric constant
06.int map[10][10];
^
0_0_14225723_19294.cpp:7:1: error: expected unqualified-id before numeric constant
07.int fx,fy,lx,ly;
^
0_0_14225723_19294.cpp:8:1: error: expected unqualified-id before numeric constant
08.char a[3],b[3];
^
0_0_14225723_19294.cpp:9:1: error: expected unqualified-id before numeric constant
09.struct node
^
0_0_14225723_19294.cpp:13:1: error: expected unqualified-id before numeric constant
13.int d[8][2]={-2,1, -1,2, 1,2, 2,1, 2,-1, 1,-2, -1,-2, -2,-1};//Knight的八个移动方位
^
0_0_14225723_19294.cpp:14:1: error: expected unqualified-id before numeric constant
14.void bfs(int x,int y)
^
|