0_0_37732516_14221.cpp: In function 'void solve()':
0_0_37732516_14221.cpp:51:19: error: expected unqualified-id before '[' token
for (const auto& [s, x, y] : sp) {
^
0_0_37732516_14221.cpp:51:19: error: expected ';' before '[' token
0_0_37732516_14221.cpp:51:20: error: 's' was not declared in this scope
for (const auto& [s, x, y] : sp) {
^
0_0_37732516_14221.cpp:51:23: error: 'x' was not declared in this scope
for (const auto& [s, x, y] : sp) {
^
0_0_37732516_14221.cpp:51:26: error: 'y' was not declared in this scope
for (const auto& [s, x, y] : sp) {
^
0_0_37732516_14221.cpp: In lambda function:
0_0_37732516_14221.cpp:51:29: error: expected '{' before ':' token
for (const auto& [s, x, y] : sp) {
^
0_0_37732516_14221.cpp: In function 'void solve()':
0_0_37732516_14221.cpp:51:29: error: expected ';' before ':' token
0_0_37732516_14221.cpp:51:29: error: expected primary-expression before ':' token
0_0_37732516_14221.cpp:51:29: error: expected ')' before ':' token
0_0_37732516_14221.cpp:51:29: error: expected primary-expression before ':' token
|