0_0_39706355_4826.cpp: In function 'void tarjan(int)': 0_0_39706355_4826.cpp:24:32: error: 'edge' was not declared in this scope 24 | for (int i = h[x], v; i; i = edge[i].nxt) { | ^~~~