0_0_35549739_2355.cpp: In function 'int main()':
0_0_35549739_2355.cpp:66:31: error: too many arguments to function 'void tarjan(int, int)'
if(!dfn[i])tarjan(i,0,-10086),sttop=0;
^
0_0_35549739_2355.cpp:24:6: note: declared here
void tarjan(int x,int F)
^
|