0_0_13813602_11609.cpp:2:5: error: stray '#' in program
2 #include <cstdio>
^
0_0_13813602_11609.cpp:3:5: error: stray '#' in program
3 #include <vector>
^
0_0_13813602_11609.cpp:4:5: error: stray '#' in program
4 #include <algorithm>
^
0_0_13813602_11609.cpp:5:5: error: stray '#' in program
5 #include <cstring>
^
0_0_13813602_11609.cpp:2:3: error: expected unqualified-id before numeric constant
2 #include <cstdio>
^
0_0_13813602_11609.cpp:7:3: error: expected unqualified-id before numeric constant
7
^
0_0_13813602_11609.cpp:9:3: error: expected unqualified-id before numeric constant
9 int dfn[maxn], low[maxn], stack[maxn], belong[maxn], visit[maxn], match[maxn];
^
0_0_13813602_11609.cpp:10:2: error: expected unqualified-id before numeric constant
10 bool instack[maxn];
^
0_0_13813602_11609.cpp:11:2: error: expected unqualified-id before numeric constant
11 int top, scnt, Index, n, m, T;
^
0_0_13813602_11609.cpp:12:2: error: expected unqualified-id before numeric constant
12 vector<int>vt[maxn];
^
0_0_13813602_11609.cpp:13:2: error: expected unqualified-id before numeric constant
13
^
0_0_13813602_11609.cpp:17:6: error: 'f' does not name a type
17 }f[2*maxn];
^
0_0_13813602_11609.cpp:18:2: error: expected unqualified-id before numeric constant
18
^
0_0_13813602_11609.cpp:24:2: error: expected unqualified-id before numeric constant
24
^
|