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