0_0_35863706_11577.cpp: In function 'void dijk(int)':
0_0_35863706_11577.cpp:105:13: error: expected unqualified-id before '[' token
for (auto [to, l] : g[v]) {
^
0_0_35863706_11577.cpp:105:13: error: expected ';' before '[' token
0_0_35863706_11577.cpp:105:14: error: 'to' was not declared in this scope
for (auto [to, l] : g[v]) {
^
0_0_35863706_11577.cpp:105:18: error: 'l' was not declared in this scope
for (auto [to, l] : g[v]) {
^
0_0_35863706_11577.cpp: In lambda function:
0_0_35863706_11577.cpp:105:21: error: expected '{' before ':' token
for (auto [to, l] : g[v]) {
^
0_0_35863706_11577.cpp: In function 'void dijk(int)':
0_0_35863706_11577.cpp:105:21: error: expected ';' before ':' token
0_0_35863706_11577.cpp:105:21: error: expected primary-expression before ':' token
0_0_35863706_11577.cpp:105:21: error: expected ')' before ':' token
0_0_35863706_11577.cpp:105:21: error: expected primary-expression before ':' token
|