0_0_13804173_56.cpp:2:5: error: stray '#' in program
2 #include<cstdio>
^
0_0_13804173_56.cpp:3:5: error: stray '#' in program
3 #include<cstring>
^
0_0_13804173_56.cpp:4:5: error: stray '#' in program
4 #include<string>
^
0_0_13804173_56.cpp:5:5: error: stray '#' in program
5 #include<queue>
^
0_0_13804173_56.cpp:6:5: error: stray '#' in program
6 #include<vector>
^
0_0_13804173_56.cpp:8:5: error: stray '#' in program
8 #define MAXN 222
^
0_0_13804173_56.cpp:9:5: error: stray '#' in program
9 #define inf 1<<30
^
0_0_13804173_56.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<cstdio>
^
0_0_13804173_56.cpp:8:3: error: expected unqualified-id before numeric constant
8 #define MAXN 222
^
0_0_13804173_56.cpp:13:6: error: 'node' does not name a type
13 }node[MAXN];
^
0_0_13804173_56.cpp:14:2: error: expected unqualified-id before numeric constant
14 int n,m,x,k;
^
0_0_13804173_56.cpp:15:2: error: expected unqualified-id before numeric constant
15 string str;
^
0_0_13804173_56.cpp:16:2: error: expected unqualified-id before numeric constant
16 vector<int>vet[MAXN];
^
0_0_13804173_56.cpp:17:2: error: expected unqualified-id before numeric constant
17
^
|