0_0_38532950_15554.cpp: In function 'int32_t main()':
0_0_38532950_15554.cpp:124:23: error: expected unqualified-id before '[' token
for (auto [W, Z] : dp[s]) {
^
0_0_38532950_15554.cpp:124:23: error: expected ';' before '[' token
0_0_38532950_15554.cpp:124:24: error: 'W' was not declared in this scope
for (auto [W, Z] : dp[s]) {
^
0_0_38532950_15554.cpp:124:27: error: 'Z' was not declared in this scope
for (auto [W, Z] : dp[s]) {
^
0_0_38532950_15554.cpp: In lambda function:
0_0_38532950_15554.cpp:124:30: error: expected '{' before ':' token
for (auto [W, Z] : dp[s]) {
^
0_0_38532950_15554.cpp: In function 'int32_t main()':
0_0_38532950_15554.cpp:124:30: error: expected ';' before ':' token
0_0_38532950_15554.cpp:124:30: error: expected primary-expression before ':' token
0_0_38532950_15554.cpp:124:30: error: expected ')' before ':' token
0_0_38532950_15554.cpp:124:30: error: expected primary-expression before ':' token
|