0_0_37861438_13443.cpp: In function 'long long int get_sum(int)':
0_0_37861438_13443.cpp:12:15: error: expected unqualified-id before '[' token
for (auto [x, y] : power) {
^
0_0_37861438_13443.cpp:12:15: error: expected ';' before '[' token
0_0_37861438_13443.cpp:12:16: error: 'x' was not declared in this scope
for (auto [x, y] : power) {
^
0_0_37861438_13443.cpp:12:19: error: 'y' was not declared in this scope
for (auto [x, y] : power) {
^
0_0_37861438_13443.cpp: In lambda function:
0_0_37861438_13443.cpp:12:22: error: expected '{' before ':' token
for (auto [x, y] : power) {
^
0_0_37861438_13443.cpp: In function 'long long int get_sum(int)':
0_0_37861438_13443.cpp:12:22: error: expected ';' before ':' token
0_0_37861438_13443.cpp:12:22: error: expected primary-expression before ':' token
0_0_37861438_13443.cpp:12:22: error: expected ')' before ':' token
0_0_37861438_13443.cpp:12:22: error: expected primary-expression before ':' token
|