0_0_37456825_29733.cpp: In function 'void solve()':
0_0_37456825_29733.cpp:95:14: error: expected unqualified-id before '[' token
for (auto [y, t] : s) {
^
0_0_37456825_29733.cpp:95:14: error: expected ';' before '[' token
0_0_37456825_29733.cpp:95:15: error: 'y' was not declared in this scope
for (auto [y, t] : s) {
^
0_0_37456825_29733.cpp:95:18: error: 't' was not declared in this scope
for (auto [y, t] : s) {
^
0_0_37456825_29733.cpp: In lambda function:
0_0_37456825_29733.cpp:95:21: error: expected '{' before ':' token
for (auto [y, t] : s) {
^
0_0_37456825_29733.cpp: In function 'void solve()':
0_0_37456825_29733.cpp:95:21: error: expected ';' before ':' token
0_0_37456825_29733.cpp:95:21: error: expected primary-expression before ':' token
0_0_37456825_29733.cpp:95:21: error: expected ')' before ':' token
0_0_37456825_29733.cpp:95:21: error: expected primary-expression before ':' token
|