0_0_33627175_18762.cpp: In function 'void dijkstra(int, int)':
0_0_33627175_18762.cpp:40:21: error: 'struct node' has no member named 'wcontinue'
if(dis[x]<u.wcontinue;
^
0_0_33627175_18762.cpp:40:30: error: expected ')' before ';' token
if(dis[x]<u.wcontinue;
^
|