0_0_22209227_10321.cpp:5:13: error: expected initializer before '==' token
const int N==1e5++10;
^
0_0_22209227_10321.cpp:7:13: error: expected initializer before '==' token
const int M==2e5++10;
^
0_0_22209227_10321.cpp:10:14: error: expected unqualified-id before ',' token
int nxt,,to,id;
^
0_0_22209227_10321.cpp:11:4: error: 'M' was not declared in this scope
}a[M<<<1];
^
0_0_22209227_10321.cpp:11:7: error: expected primary-expression before '<' token
}a[M<<<1];
^
0_0_22209227_10321.cpp:14:14: error: expected unqualified-id before ',' token
int nxt,,to;
^
0_0_22209227_10321.cpp:15:4: error: 'M' was not declared in this scope
}e[M<<<1];
^
0_0_22209227_10321.cpp:15:7: error: expected primary-expression before '<' token
}e[M<<<1];
^
0_0_22209227_10321.cpp:17:10: error: 'N' was not declared in this scope
int head[N],Head[N],dfn[N],low[N],block[N],size[N];
^
0_0_22209227_10321.cpp:17:18: error: 'N' was not declared in this scope
int head[N],Head[N],dfn[N],low[N],block[N],size[N];
^
0_0_22209227_10321.cpp:17:25: error: 'N' was not declared in this scope
int head[N],Head[N],dfn[N],low[N],block[N],size[N];
^
0_0_22209227_10321.cpp:17:32: error: 'N' was not declared in this scope
int head[N],Head[N],dfn[N],low[N],block[N],size[N];
^
0_0_22209227_10321.cpp:17:41: error: 'N' was not declared in this scope
int head[N],Head[N],dfn[N],low[N],block[N],size[N];
^
0_0_22209227_10321.cpp:17:49: error: 'N' was not declared in this scope
int head[N],Head[N],dfn[N],low[N],block[N],size[N];
^
0_0_22209227_10321.cpp:19:7: error: 'N' was not declared in this scope
int s[N],top;
^
0_0_22209227_10321.cpp:21:9: error: 'N' was not declared in this scope
int stu[N],f[N];
^
0_0_22209227_10321.cpp:21:14: error: 'N' was not declared in this scope
int stu[N],f[N];
^
0_0_22209227_10321.cpp:22:14: error: 'N' was not declared in this scope
bool instack[N];
^
0_0_22209227_10321.cpp:24:29: error: expected unqualified-id before ',' token
int n,m,x,y,num,Num,tot,cnt,,Time,ans,Total;
^
0_0_22209227_10321.cpp:25:16: error: 'min' declared as an 'inline' variable
inline int min((const int &a,,const int &b){return a<b?a:b;}
^
0_0_22209227_10321.cpp:25:18: error: expected primary-expression before 'const'
inline int min((const int &a,,const int &b){return a<b?a:b;}
^
0_0_22209227_10321.cpp:25:18: error: expected ')' before 'const'
0_0_22209227_10321.cpp:105:1: error: expected ',' or ';' at end of input
}
^
|