0_0_29341399_9774.cpp:1:4: error: stray '#' in program
1 #include<cstdio>
^
0_0_29341399_9774.cpp:2:5: error: stray '#' in program
2 #include<cstring>
^
0_0_29341399_9774.cpp:3:5: error: stray '#' in program
3 #define MAXN 9
^
0_0_29341399_9774.cpp:4:5: error: stray '#' in program
4 #define MAXH 800
^
0_0_29341399_9774.cpp:5:5: error: stray '#' in program
5 #define MAXL 324
^
0_0_29341399_9774.cpp:6:5: error: stray '#' in program
6 #define MAXM 240000
^
0_0_29341399_9774.cpp:7:5: error: stray '#' in program
7 #define INF 0x7FFFFFFF
^
0_0_29341399_9774.cpp:1:2: error: expected unqualified-id before numeric constant
1 #include<cstdio>
^
0_0_29341399_9774.cpp:9:3: error: expected unqualified-id before numeric constant
9 int L[MAXM], R[MAXM], U[MAXM], D[MAXM], C[MAXM], X[MAXM];
^
0_0_29341399_9774.cpp:10:2: error: expected unqualified-id before numeric constant
10 int S[MAXH], H[MAXH], Q[MAXH], ans[MAXL];
^
0_0_29341399_9774.cpp:11:2: error: expected unqualified-id before numeric constant
11 bool vis[MAXH];
^
0_0_29341399_9774.cpp:12:2: error: expected unqualified-id before numeric constant
12 void Dir(int x, int y, bool &up, bool &right, bool &down, bool &left)
^
|