0_0_38029938_10893.cpp: In function 'void tarjan(int)':
0_0_38029938_10893.cpp:39:40: error: 'min' was not declared in this scope
low[x] = min(low[x], low[y]);
^
0_0_38029938_10893.cpp:42:40: error: 'min' was not declared in this scope
low[x] = min(low[x], dfn[y]);
^
|