0_0_38251486_13505.cpp: In function 'll isap(int, int, int)':
0_0_38251486_13505.cpp:95:18: error: expected unqualified-id before '[' token
for(auto [v,pos,f] : G[u])
^
0_0_38251486_13505.cpp:95:18: error: expected ';' before '[' token
0_0_38251486_13505.cpp:95:19: error: 'v' was not declared in this scope
for(auto [v,pos,f] : G[u])
^
0_0_38251486_13505.cpp:95:21: error: 'pos' was not declared in this scope
for(auto [v,pos,f] : G[u])
^
0_0_38251486_13505.cpp:95:25: error: 'f' was not declared in this scope
for(auto [v,pos,f] : G[u])
^
0_0_38251486_13505.cpp: In lambda function:
0_0_38251486_13505.cpp:95:28: error: expected '{' before ':' token
for(auto [v,pos,f] : G[u])
^
0_0_38251486_13505.cpp: In function 'll isap(int, int, int)':
0_0_38251486_13505.cpp:95:28: error: expected ';' before ':' token
0_0_38251486_13505.cpp:95:28: error: expected primary-expression before ':' token
0_0_38251486_13505.cpp:95:28: error: expected ')' before ':' token
0_0_38251486_13505.cpp:95:28: error: expected primary-expression before ':' token
0_0_38251486_13505.cpp:116:22: error: expected unqualified-id before '[' token
for(auto [v,pos,f] : G[u])
^
0_0_38251486_13505.cpp:116:22: error: expected ';' before '[' token
0_0_38251486_13505.cpp:116:23: error: 'v' was not declared in this scope
for(auto [v,pos,f] : G[u])
^
0_0_38251486_13505.cpp:116:25: error: 'pos' was not declared in this scope
for(auto [v,pos,f] : G[u])
^
0_0_38251486_13505.cpp:116:29: error: 'f' was not declared in this scope
for(auto [v,pos,f] : G[u])
^
0_0_38251486_13505.cpp: In lambda function:
0_0_38251486_13505.cpp:116:32: error: expected '{' before ':' token
for(auto [v,pos,f] : G[u])
^
0_0_38251486_13505.cpp: In function 'll isap(int, int, int)':
0_0_38251486_13505.cpp:116:32: error: expected ';' before ':' token
0_0_38251486_13505.cpp:116:32: error: expected primary-expression before ':' token
0_0_38251486_13505.cpp:116:32: error: expected ')' before ':' token
0_0_38251486_13505.cpp:116:32: error: expected primary-expression before ':' token
0_0_38251486_13505.cpp: In function 'int main()':
0_0_38251486_13505.cpp:157:30: error: expected unqualified-id before '[' token
for(auto [k,l]:st[j]) {
^
0_0_38251486_13505.cpp:157:30: error: expected ';' before '[' token
0_0_38251486_13505.cpp:157:31: error: 'k' was not declared in this scope
for(auto [k,l]:st[j]) {
^
0_0_38251486_13505.cpp:157:33: error: 'l' was not declared in this scope
for(auto [k,l]:st[j]) {
^
0_0_38251486_13505.cpp: In lambda function:
0_0_38251486_13505.cpp:157:35: error: expected '{' before ':' token
for(auto [k,l]:st[j]) {
^
0_0_38251486_13505.cpp: In function 'int main()':
0_0_38251486_13505.cpp:157:35: error: expected ';' before ':' token
0_0_38251486_13505.cpp:157:35: error: expected primary-expression before ':' token
0_0_38251486_13505.cpp:157:35: error: expected ')' before ':' token
0_0_38251486_13505.cpp:157:35: error: expected primary-expression before ':' token
|