0_0_37896422_29179.cpp: In function 'void solve()':
0_0_37896422_29179.cpp:31:19: error: expected unqualified-id before '[' token
for (auto [p, c] : factor[x]) {
^
0_0_37896422_29179.cpp:31:19: error: expected ';' before '[' token
0_0_37896422_29179.cpp:31:20: error: 'p' was not declared in this scope
for (auto [p, c] : factor[x]) {
^
0_0_37896422_29179.cpp:31:23: error: 'c' was not declared in this scope
for (auto [p, c] : factor[x]) {
^
0_0_37896422_29179.cpp: In lambda function:
0_0_37896422_29179.cpp:31:26: error: expected '{' before ':' token
for (auto [p, c] : factor[x]) {
^
0_0_37896422_29179.cpp: In function 'void solve()':
0_0_37896422_29179.cpp:31:26: error: expected ';' before ':' token
0_0_37896422_29179.cpp:31:26: error: expected primary-expression before ':' token
0_0_37896422_29179.cpp:31:26: error: expected ')' before ':' token
0_0_37896422_29179.cpp:31:26: error: expected primary-expression before ':' token
0_0_37896422_29179.cpp:41:19: error: expected unqualified-id before '[' token
for (auto [p, c] : factor[x]) {
^
0_0_37896422_29179.cpp:41:19: error: expected ';' before '[' token
0_0_37896422_29179.cpp:41:20: error: 'p' was not declared in this scope
for (auto [p, c] : factor[x]) {
^
0_0_37896422_29179.cpp:41:23: error: 'c' was not declared in this scope
for (auto [p, c] : factor[x]) {
^
0_0_37896422_29179.cpp: In lambda function:
0_0_37896422_29179.cpp:41:26: error: expected '{' before ':' token
for (auto [p, c] : factor[x]) {
^
0_0_37896422_29179.cpp: In function 'void solve()':
0_0_37896422_29179.cpp:41:26: error: expected ';' before ':' token
0_0_37896422_29179.cpp:41:26: error: expected primary-expression before ':' token
0_0_37896422_29179.cpp:41:26: error: expected ')' before ':' token
0_0_37896422_29179.cpp:41:26: error: expected primary-expression before ':' token
|