0_0_36164696_5525.cpp:220:14: error: missing terminating ' character
} else {'
^
0_0_36164696_5525.cpp:4:21: error: 'le5' was not declared in this scope
const int MX = (int)le5 + 5;
^
0_0_36164696_5525.cpp:9:19: error: size of array 'con' is not an integral constant-expression
vector<int> con[MX];
^
0_0_36164696_5525.cpp:10:11: error: size of array 'vis' is not an integral constant-expression
int vis[MX], col[MX], sz[MX], dp(MX], prv[MX], buf[MX];
^
0_0_36164696_5525.cpp:10:20: error: size of array 'col' is not an integral constant-expression
int vis[MX], col[MX], sz[MX], dp(MX], prv[MX], buf[MX];
^
0_0_36164696_5525.cpp:10:28: error: size of array 'sz' is not an integral constant-expression
int vis[MX], col[MX], sz[MX], dp(MX], prv[MX], buf[MX];
^
0_0_36164696_5525.cpp:10:36: error: expected ')' before ']' token
int vis[MX], col[MX], sz[MX], dp(MX], prv[MX], buf[MX];
^
0_0_36164696_5525.cpp:11:11: error: size of array 'fst' is not an integral constant-expression
int fst[MX], pos[MX], pn, st[MX], en[MX], id[MX];
^
0_0_36164696_5525.cpp:11:20: error: size of array 'pos' is not an integral constant-expression
int fst[MX], pos[MX], pn, st[MX], en[MX], id[MX];
^
0_0_36164696_5525.cpp:11:32: error: size of array 'st' is not an integral constant-expression
int fst[MX], pos[MX], pn, st[MX], en[MX], id[MX];
^
0_0_36164696_5525.cpp:11:40: error: size of array 'en' is not an integral constant-expression
int fst[MX], pos[MX], pn, st[MX], en[MX], id[MX];
^
0_0_36164696_5525.cpp:11:48: error: size of array 'id' is not an integral constant-expression
int fst[MX], pos[MX], pn, st[MX], en[MX], id[MX];
^
0_0_36164696_5525.cpp:12:23: error: size of array 'cnt' is not an integral constant-expression
int cnt[MX / M + 5][MX], Count[MX], Add[MX];
^
0_0_36164696_5525.cpp:12:34: error: size of array 'Count' is not an integral constant-expression
int cnt[MX / M + 5][MX], Count[MX], Add[MX];
^
0_0_36164696_5525.cpp:12:43: error: size of array 'Add' is not an integral constant-expression
int cnt[MX / M + 5][MX], Count[MX], Add[MX];
^
0_0_36164696_5525.cpp:13:14: error: size of array 'anc' is not an integral constant-expression
int anc[MX][L];
^
0_0_36164696_5525.cpp:15:19: error: size of array 'qry' is not an integral constant-expression
vector<int> qry[MX];
^
0_0_36164696_5525.cpp:16:12: error: size of array 'last' is not an integral constant-expression
int last[MX];
^
0_0_36164696_5525.cpp:18:14: error: size of array 'S' is not an integral constant-expression
set<int> S[MX];
^
0_0_36164696_5525.cpp:20:10: error: variable or field 'dfs' declared void
void dfs(mt u) {
^
0_0_36164696_5525.cpp:20:10: error: 'mt' was not declared in this scope
|