0_0_18476188_16749.cpp:2:5: error: stray '#' in program
2 #include<cstdio>
^
0_0_18476188_16749.cpp:3:5: error: stray '#' in program
3 #include<algorithm>
^
0_0_18476188_16749.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include<cstdio>
^
0_0_18476188_16749.cpp:5:3: error: expected unqualified-id before numeric constant
5 const int N = 1010, M=1010000,INF=0x3f3f3f3f;
^
0_0_18476188_16749.cpp:6:3: error: expected unqualified-id before numeric constant
6 int pre[N],id[N],in[N],vis[N];
^
0_0_18476188_16749.cpp:7:3: error: expected unqualified-id before numeric constant
7 int tot;//±ίΚύ
^
0_0_18476188_16749.cpp:8:3: error: expected unqualified-id before numeric constant
8 struct node
^
0_0_18476188_16749.cpp:11:6: error: 'e' does not name a type
11 }e[M];
^
0_0_18476188_16749.cpp:12:2: error: expected unqualified-id before numeric constant
12 void adde(int i,int j,int k)
^
0_0_18476188_16749.cpp:16:2: error: expected unqualified-id before numeric constant
16 int zhuliu(int root ,int vn)
^
|