0_0_38667993_26610.cpp: In function 'void dfs2(long long int, long long int)': 0_0_38667993_26610.cpp:40:41: error: 'struct EDGE' has no member named 'next' 40 | for(int i=head[now];i;i=edge[i].next){ | ^~~~