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