0_0_14290791_13381.cpp:2:4: error: stray '#' in program
02.#include <string.h>
^
0_0_14290791_13381.cpp:14:1: error: exponent has no digits
14.E edge[O];
^
0_0_14290791_13381.cpp:2:1: error: expected unqualified-id before numeric constant
02.#include <string.h>
^
0_0_14290791_13381.cpp:4:1: error: expected unqualified-id before numeric constant
04.const int O = 1000000;
^
0_0_14290791_13381.cpp:5:1: error: expected unqualified-id before numeric constant
05.const int maxn = 10005;
^
0_0_14290791_13381.cpp:6:1: error: expected unqualified-id before numeric constant
06.typedef struct E{
^
0_0_14290791_13381.cpp:8:5: error: 'E' does not name a type
08.}E;
^
0_0_14290791_13381.cpp:9:1: error: expected unqualified-id before numeric constant
09.typedef struct point{
^
0_0_14290791_13381.cpp:12:5: error: 'point' does not name a type
12.}point;
^
0_0_14290791_13381.cpp:13:1: error: expected unqualified-id before numeric constant
13.point a[maxn];
^
0_0_14290791_13381.cpp:14:1: error: expected unqualified-id before numeric constant
14.E edge[O];
^
0_0_14290791_13381.cpp:15:1: error: expected unqualified-id before numeric constant
15.int Adj[maxn], l;
^
0_0_14290791_13381.cpp:16:1: error: expected unqualified-id before numeric constant
16.int f[maxn];
^
0_0_14290791_13381.cpp:17:1: error: expected unqualified-id before numeric constant
17.void addedge(int u, int v){
^
0_0_14290791_13381.cpp:20:1: error: expected unqualified-id before numeric constant
20.void check(int i, int i1, int i2){
^
0_0_14290791_13381.cpp:24:1: error: expected unqualified-id before numeric constant
24.int abs(int x){
^
0_0_14290791_13381.cpp:27:1: error: expected unqualified-id before numeric constant
27.int read(){
^
|