0_0_37202046_1795.cpp: In function 'void tarjan(int)': 0_0_37202046_1795.cpp:50:28: error: no match for 'operator[]' (operand types are 'int [50005]' and 'node') low[u] = min(low[u], low[x]); ^