0_0_14996550_27757.cpp: In function 'void rush()':
0_0_14996550_27757.cpp:31:6: error: 'int Qiangliantong::n' is private
int n,e,id,colornum; //colornum强连通分量的个数
^
0_0_14996550_27757.cpp:131:18: error: within this context
for (i=1;i<=ob.n;i++){f=0;
^
0_0_14996550_27757.cpp:27:41: error: 'int Qiangliantong::head [100005]' is private
int dfn[nPoint],low[nPoint],head[nPoint];
^
0_0_14996550_27757.cpp:132:14: error: within this context
for (j=ob.head[i];j!=-1&&!f;j=ob.edges[j].next){
^
0_0_14996550_27757.cpp:25:15: error: 'Qiangliantong::Edge Qiangliantong::edges [100005]' is private
}edges[nEdges];
^
0_0_14996550_27757.cpp:132:37: error: within this context
for (j=ob.head[i];j!=-1&&!f;j=ob.edges[j].next){
^
0_0_14996550_27757.cpp:25:15: error: 'Qiangliantong::Edge Qiangliantong::edges [100005]' is private
}edges[nEdges];
^
0_0_14996550_27757.cpp:133:35: error: within this context
u=ob.edges[j].v;
^
0_0_14996550_27757.cpp:27:41: error: 'int Qiangliantong::head [100005]' is private
int dfn[nPoint],low[nPoint],head[nPoint];
^
0_0_14996550_27757.cpp:134:40: error: within this context
for(k=rob.head[u];k!=-1&&!f;k=rob.edges[k].next)
^
0_0_14996550_27757.cpp:25:15: error: 'Qiangliantong::Edge Qiangliantong::edges [100005]' is private
}edges[nEdges];
^
0_0_14996550_27757.cpp:134:64: error: within this context
for(k=rob.head[u];k!=-1&&!f;k=rob.edges[k].next)
^
0_0_14996550_27757.cpp:30:16: error: 'int Qiangliantong::DAG [100005]' is private
int DAG[nPoint]; //储存新图,有向无环图DAG
^
0_0_14996550_27757.cpp:135:12: error: within this context
if (ob.DAG[u]!=ob.DAG[rob.edges[k].v])f=1;
^
0_0_14996550_27757.cpp:30:16: error: 'int Qiangliantong::DAG [100005]' is private
int DAG[nPoint]; //储存新图,有向无环图DAG
^
0_0_14996550_27757.cpp:135:23: error: within this context
if (ob.DAG[u]!=ob.DAG[rob.edges[k].v])f=1;
^
0_0_14996550_27757.cpp:25:15: error: 'Qiangliantong::Edge Qiangliantong::edges [100005]' is private
}edges[nEdges];
^
0_0_14996550_27757.cpp:135:31: error: within this context
if (ob.DAG[u]!=ob.DAG[rob.edges[k].v])f=1;
^
|