0_0_38593995_25846.cpp:3:4: error: stray '#' in program
2 #include <cstdio>
^
0_0_38593995_25846.cpp:4:4: error: stray '#' in program
3 #include <cstring>
^
0_0_38593995_25846.cpp:5:4: error: stray '#' in program
4 #include <cmath>
^
0_0_38593995_25846.cpp:6:4: error: stray '#' in program
5 #include <algorithm>
^
0_0_38593995_25846.cpp:7:4: error: stray '#' in program
6 #include <climits>
^
0_0_38593995_25846.cpp:8:4: error: stray '#' in program
7 #include <vector>
^
0_0_38593995_25846.cpp:9:4: error: stray '#' in program
8 #include <queue>
^
0_0_38593995_25846.cpp:10:4: error: stray '#' in program
9 #include <cstdlib>
^
0_0_38593995_25846.cpp:11:4: error: stray '#' in program
10 #include <string>
^
0_0_38593995_25846.cpp:12:4: error: stray '#' in program
11 #include <set>
^
0_0_38593995_25846.cpp:13:4: error: stray '#' in program
12 #include <stack>
^
0_0_38593995_25846.cpp:14:4: error: stray '#' in program
13 #define LL long long
^
0_0_38593995_25846.cpp:15:4: error: stray '#' in program
14 #define INF 1000010
^
0_0_38593995_25846.cpp:3:2: error: expected unqualified-id before numeric constant
2 #include <cstdio>
^
0_0_38593995_25846.cpp:17:1: error: expected unqualified-id before numeric constant
16 const int maxn = 1001;
^~
0_0_38593995_25846.cpp:18:1: error: expected unqualified-id before numeric constant
17 struct arc{
^~
0_0_38593995_25846.cpp:22:1: error: expected unqualified-id before numeric constant
21 vector<arc>g[maxn];
^~
0_0_38593995_25846.cpp:23:1: error: expected unqualified-id before numeric constant
22 int n,m,dp[maxn];
^~
0_0_38593995_25846.cpp:24:1: error: expected unqualified-id before numeric constant
23 void dfs(int u,int fa,int limit){
^~
0_0_38593995_25846.cpp:34:1: error: expected unqualified-id before numeric constant
33 int main() {
^~
|