0_0_37684564_29295.cpp: In function 'void solve()':
0_0_37684564_29295.cpp:30:14: error: expected unqualified-id before '[' token
auto [road,x]=q.top();
^
0_0_37684564_29295.cpp:32:16: error: 'x' was not declared in this scope
if(vis[x])continue;
^
0_0_37684564_29295.cpp:33:12: error: 'x' was not declared in this scope
if(x==n)break;
^
0_0_37684564_29295.cpp:34:13: error: 'x' was not declared in this scope
vis[x]=1;
^
0_0_37684564_29295.cpp:35:18: error: expected unqualified-id before '[' token
for(auto [y,w]:e[x]){
^
0_0_37684564_29295.cpp:35:18: error: expected ';' before '[' token
0_0_37684564_29295.cpp:35:19: error: 'y' was not declared in this scope
for(auto [y,w]:e[x]){
^
0_0_37684564_29295.cpp:35:21: error: 'w' was not declared in this scope
for(auto [y,w]:e[x]){
^
0_0_37684564_29295.cpp: In lambda function:
0_0_37684564_29295.cpp:35:23: error: expected '{' before ':' token
for(auto [y,w]:e[x]){
^
0_0_37684564_29295.cpp: In function 'void solve()':
0_0_37684564_29295.cpp:35:23: error: expected ';' before ':' token
0_0_37684564_29295.cpp:35:23: error: expected primary-expression before ':' token
0_0_37684564_29295.cpp:35:23: error: expected ')' before ':' token
0_0_37684564_29295.cpp:35:23: error: expected primary-expression before ':' token
|