0_0_22168680_22606.cpp:8:1: error: 'intline' does not name a type
intline int Min(int x,int y)
^
0_0_22168680_22606.cpp: In function 'void tarjan(int)':
0_0_22168680_22606.cpp:40:37: error: 'Min' was not declared in this scope
low[u]=Min(low[u],low[v]);
^
0_0_22168680_22606.cpp:43:37: error: 'Min' was not declared in this scope
low[u]=Min(low[u],dfn[v]);
^
|