0_0_13725503_9054.cpp:2:5: error: stray '#' in program
2 #include<string.h>
^
0_0_13725503_9054.cpp:3:5: error: stray '#' in program
3 #include<string>
^
0_0_13725503_9054.cpp:4:5: error: stray '#' in program
4 #include<queue>
^
0_0_13725503_9054.cpp:5:5: error: stray '#' in program
5 #define MAX 100000
^
0_0_13725503_9054.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<string.h>
^
0_0_13725503_9054.cpp:8:3: error: expected unqualified-id before numeric constant
8
^
0_0_13725503_9054.cpp:12:6: error: 'e' does not name a type
12 }e[20*MAX];
^
0_0_13725503_9054.cpp:13:2: error: expected unqualified-id before numeric constant
13 int cnt,head[MAX],c[MAX],a[MAX],d[MAX];
^
0_0_13725503_9054.cpp:14:2: error: expected unqualified-id before numeric constant
14 bool visited[MAX],flag[MAX];
^
0_0_13725503_9054.cpp:15:2: error: expected unqualified-id before numeric constant
15
^
0_0_13725503_9054.cpp:23:2: error: expected unqualified-id before numeric constant
23
^
|