0_0_38478387_21214.cpp: In function 'long long int ans(std::map<__int128, int>)':
0_0_38478387_21214.cpp:57:15: error: expected unqualified-id before '[' token
for (auto [x, c] : mp) re *= c;
^
0_0_38478387_21214.cpp:57:15: error: expected ';' before '[' token
0_0_38478387_21214.cpp:57:16: error: 'x' was not declared in this scope
for (auto [x, c] : mp) re *= c;
^
0_0_38478387_21214.cpp:57:19: error: 'c' was not declared in this scope
for (auto [x, c] : mp) re *= c;
^
0_0_38478387_21214.cpp: In lambda function:
0_0_38478387_21214.cpp:57:22: error: expected '{' before ':' token
for (auto [x, c] : mp) re *= c;
^
0_0_38478387_21214.cpp: In function 'long long int ans(std::map<__int128, int>)':
0_0_38478387_21214.cpp:57:22: error: expected ';' before ':' token
0_0_38478387_21214.cpp:57:22: error: expected primary-expression before ':' token
0_0_38478387_21214.cpp:57:22: error: expected ')' before ':' token
0_0_38478387_21214.cpp:57:22: error: expected primary-expression before ':' token
|