0_0_36719477_26974.cpp:18:1: error: 'll' does not name a type
ll n;
^
0_0_36719477_26974.cpp:19:1: error: 'll' does not name a type
ll h[maxn],e[maxm],ne[maxm],idx,f[maxn],w[maxn];
^
0_0_36719477_26974.cpp:20:1: error: 'll' does not name a type
ll dfn[maxn],low[maxn],timefucktamp,belong[maxn];
^
0_0_36719477_26974.cpp:23:1: error: 'll' does not name a type
ll scc_cnt;
^
0_0_36719477_26974.cpp: In function 'void init()':
0_0_36719477_26974.cpp:26:9: error: 'h' was not declared in this scope
memset(h,-1,sizeof h);
^
0_0_36719477_26974.cpp:27:9: error: 'w' was not declared in this scope
memset(w,0,sizeof w);
^
0_0_36719477_26974.cpp:28:9: error: 'dfn' was not declared in this scope
memset(dfn,0,sizeof dfn);
^
0_0_36719477_26974.cpp:29:9: error: 'low' was not declared in this scope
memset(low,0,sizeof low);
^
0_0_36719477_26974.cpp:30:9: error: 'belong' was not declared in this scope
memset(belong,0,sizeof belong);
^
0_0_36719477_26974.cpp:33:2: error: 'idx' was not declared in this scope
idx=scc_cnt=timefucktamp=0;
^
0_0_36719477_26974.cpp:33:6: error: 'scc_cnt' was not declared in this scope
idx=scc_cnt=timefucktamp=0;
^
0_0_36719477_26974.cpp:33:14: error: 'timefucktamp' was not declared in this scope
idx=scc_cnt=timefucktamp=0;
^
0_0_36719477_26974.cpp: At global scope:
0_0_36719477_26974.cpp:36:10: error: variable or field 'add' declared void
void add(ll a,ll b){
^
0_0_36719477_26974.cpp:36:10: error: 'll' was not declared in this scope
0_0_36719477_26974.cpp:36:15: error: 'll' was not declared in this scope
void add(ll a,ll b){
^
0_0_36719477_26974.cpp: In function 'void tarjan(int)':
0_0_36719477_26974.cpp:41:1: error: 'dfn' was not declared in this scope
dfn[u]=low[u]=++timefucktamp;
^
0_0_36719477_26974.cpp:41:8: error: 'low' was not declared in this scope
dfn[u]=low[u]=++timefucktamp;
^
0_0_36719477_26974.cpp:41:17: error: 'timefucktamp' was not declared in this scope
dfn[u]=low[u]=++timefucktamp;
^
0_0_36719477_26974.cpp:44:11: error: 'h' was not declared in this scope
for(int i=h[u];~i;i=ne[i]){
^
0_0_36719477_26974.cpp:44:21: error: 'ne' was not declared in this scope
for(int i=h[u];~i;i=ne[i]){
^
0_0_36719477_26974.cpp:45:7: error: 'e' was not declared in this scope
int j=e[i];
^
0_0_36719477_26974.cpp:53:3: error: 'scc_cnt' was not declared in this scope
++scc_cnt;
^
0_0_36719477_26974.cpp:58:1: error: 'belong' was not declared in this scope
belong[y]=scc_cnt;
^
0_0_36719477_26974.cpp: In function 'int main()':
0_0_36719477_26974.cpp:66:8: error: 'read' was not declared in this scope
int _=read;
^
0_0_36719477_26974.cpp:69:3: error: 'n' was not declared in this scope
n=read;
^
0_0_36719477_26974.cpp:70:7: error: 'i' was not declared in this scope
rep(i,1,n){
^
0_0_36719477_26974.cpp:70:12: error: 'rep' was not declared in this scope
rep(i,1,n){
^
0_0_36719477_26974.cpp:78:3: error: 'll' was not declared in this scope
ll resp=-1,resq=-1,flag=1;
^
0_0_36719477_26974.cpp:80:11: error: 'scc_cnt' was not declared in this scope
rep(i,1,scc_cnt){
^
0_0_36719477_26974.cpp:104:6: error: 'flag' was not declared in this scope
if(flag) puts("YES");
^
|