0_0_13799844_21301.cpp:2:5: error: stray '#' in program
2 #include <stdio.h>
^
0_0_13799844_21301.cpp:3:5: error: stray '#' in program
3 #include <string.h>
^
0_0_13799844_21301.cpp:4:5: error: stray '#' in program
4 #include <iostream>
^
0_0_13799844_21301.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include <stdio.h>
^
0_0_13799844_21301.cpp:6:3: error: expected unqualified-id before numeric constant
6 const int MAXN=3005;
^
0_0_13799844_21301.cpp:7:3: error: expected unqualified-id before numeric constant
7 const int INF=1<<28;
^
0_0_13799844_21301.cpp:8:3: error: expected unqualified-id before numeric constant
8 bool bmap[MAXN][MAXN];
^
0_0_13799844_21301.cpp:9:3: error: expected unqualified-id before numeric constant
9 short a[MAXN][3],b[MAXN][2];
^
0_0_13799844_21301.cpp:10:2: error: expected unqualified-id before numeric constant
10 bool bmask[MAXN];
^
0_0_13799844_21301.cpp:11:2: error: expected unqualified-id before numeric constant
11 int nx,ny,dis;
^
0_0_13799844_21301.cpp:12:2: error: expected unqualified-id before numeric constant
12 int cx[MAXN];
^
0_0_13799844_21301.cpp:13:2: error: expected unqualified-id before numeric constant
13 int cy[MAXN];
^
0_0_13799844_21301.cpp:14:2: error: expected unqualified-id before numeric constant
14 int dx[MAXN];
^
0_0_13799844_21301.cpp:15:2: error: expected unqualified-id before numeric constant
15 int dy[MAXN];
^
0_0_13799844_21301.cpp:16:2: error: expected unqualified-id before numeric constant
16 bool searchpath()
^
|