0_0_38425026_30237.cpp: In function 'void solve()':
0_0_38425026_30237.cpp:46:15: error: expected unqualified-id before '[' token
for (auto [id, a, b]: ans)
^
0_0_38425026_30237.cpp:46:15: error: expected ';' before '[' token
0_0_38425026_30237.cpp:46:16: error: 'id' was not declared in this scope
for (auto [id, a, b]: ans)
^
0_0_38425026_30237.cpp:46:20: error: 'a' was not declared in this scope
for (auto [id, a, b]: ans)
^
0_0_38425026_30237.cpp:46:23: error: 'b' was not declared in this scope
for (auto [id, a, b]: ans)
^
0_0_38425026_30237.cpp: In lambda function:
0_0_38425026_30237.cpp:46:25: error: expected '{' before ':' token
for (auto [id, a, b]: ans)
^
0_0_38425026_30237.cpp: In function 'void solve()':
0_0_38425026_30237.cpp:46:25: error: expected ';' before ':' token
0_0_38425026_30237.cpp:46:25: error: expected primary-expression before ':' token
0_0_38425026_30237.cpp:46:25: error: expected ')' before ':' token
0_0_38425026_30237.cpp:46:25: error: expected primary-expression before ':' token
|