0_0_37564693_6619.cpp: In function 'void work(long long int)':
0_0_37564693_6619.cpp:50:13: error: expected unqualified-id before '[' token
for(auto[v,a,b] :G[x]){
^
0_0_37564693_6619.cpp:50:13: error: expected ';' before '[' token
0_0_37564693_6619.cpp:50:16: error: 'a' was not declared in this scope
for(auto[v,a,b] :G[x]){
^
0_0_37564693_6619.cpp:50:18: error: 'b' was not declared in this scope
for(auto[v,a,b] :G[x]){
^
0_0_37564693_6619.cpp: In lambda function:
0_0_37564693_6619.cpp:50:21: error: expected '{' before ':' token
for(auto[v,a,b] :G[x]){
^
0_0_37564693_6619.cpp: In function 'void work(long long int)':
0_0_37564693_6619.cpp:50:21: error: expected ';' before ':' token
0_0_37564693_6619.cpp:50:21: error: expected primary-expression before ':' token
0_0_37564693_6619.cpp:50:21: error: expected ')' before ':' token
0_0_37564693_6619.cpp:50:21: error: expected primary-expression before ':' token
0_0_37564693_6619.cpp: In function 'void dij(long long int)':
0_0_37564693_6619.cpp:78:14: error: expected unqualified-id before '[' token
auto [x,p] = q.top();q.pop();
^
0_0_37564693_6619.cpp:79:15: error: 'x' was not declared in this scope
if( v[x] ) continue;
^
0_0_37564693_6619.cpp:80:11: error: 'x' was not declared in this scope
v[x] =1;
^
0_0_37564693_6619.cpp:81:18: error: expected unqualified-id before '[' token
for(auto [y,w] : NG[x]){
^
0_0_37564693_6619.cpp:81:18: error: expected ';' before '[' token
0_0_37564693_6619.cpp:81:19: error: 'y' was not declared in this scope
for(auto [y,w] : NG[x]){
^
0_0_37564693_6619.cpp:81:21: error: 'w' was not declared in this scope
for(auto [y,w] : NG[x]){
^
0_0_37564693_6619.cpp: In lambda function:
0_0_37564693_6619.cpp:81:24: error: expected '{' before ':' token
for(auto [y,w] : NG[x]){
^
0_0_37564693_6619.cpp: In function 'void dij(long long int)':
0_0_37564693_6619.cpp:81:24: error: expected ';' before ':' token
0_0_37564693_6619.cpp:81:24: error: expected primary-expression before ':' token
0_0_37564693_6619.cpp:81:24: error: expected ')' before ':' token
0_0_37564693_6619.cpp:81:24: error: expected primary-expression before ':' token
|