Wrong Answer
/in/foo.cc: In function 'void dij(long long int)': /in/foo.cc:40:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(vis[x]) continue;vis[x]=1; ^~ /in/foo.cc:40:23: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if' if(vis[x]) continue;vis[x]=1; ^~~