0_0_38251497_26170.cpp: In function 'll isap(int, int, int)':
0_0_38251497_26170.cpp:120:22: error: expected unqualified-id before '[' token
for(auto [v,pos,f] : G[u])
^
0_0_38251497_26170.cpp:120:22: error: expected ';' before '[' token
0_0_38251497_26170.cpp:120:23: error: 'v' was not declared in this scope
for(auto [v,pos,f] : G[u])
^
0_0_38251497_26170.cpp:120:25: error: 'pos' was not declared in this scope
for(auto [v,pos,f] : G[u])
^
0_0_38251497_26170.cpp:120:29: error: 'f' was not declared in this scope
for(auto [v,pos,f] : G[u])
^
0_0_38251497_26170.cpp: In lambda function:
0_0_38251497_26170.cpp:120:32: error: expected '{' before ':' token
for(auto [v,pos,f] : G[u])
^
0_0_38251497_26170.cpp: In function 'll isap(int, int, int)':
0_0_38251497_26170.cpp:120:32: error: expected ';' before ':' token
0_0_38251497_26170.cpp:120:32: error: expected primary-expression before ':' token
0_0_38251497_26170.cpp:120:32: error: expected ')' before ':' token
0_0_38251497_26170.cpp:120:32: error: expected primary-expression before ':' token
|