0_0_38405324_19191.cpp: In function 'int main()':
0_0_38405324_19191.cpp:89:19: error: expected unqualified-id before '[' token
for(auto &[x1,x2,x3,x4]:ans){
^
0_0_38405324_19191.cpp:89:19: error: expected ';' before '[' token
0_0_38405324_19191.cpp:89:20: error: 'x1' was not declared in this scope
for(auto &[x1,x2,x3,x4]:ans){
^
0_0_38405324_19191.cpp:89:23: error: 'x2' was not declared in this scope
for(auto &[x1,x2,x3,x4]:ans){
^
0_0_38405324_19191.cpp:89:26: error: 'x3' was not declared in this scope
for(auto &[x1,x2,x3,x4]:ans){
^
0_0_38405324_19191.cpp:89:29: error: 'x4' was not declared in this scope
for(auto &[x1,x2,x3,x4]:ans){
^
0_0_38405324_19191.cpp: In lambda function:
0_0_38405324_19191.cpp:89:32: error: expected '{' before ':' token
for(auto &[x1,x2,x3,x4]:ans){
^
0_0_38405324_19191.cpp: In function 'int main()':
0_0_38405324_19191.cpp:89:32: error: expected ';' before ':' token
0_0_38405324_19191.cpp:89:32: error: expected primary-expression before ':' token
0_0_38405324_19191.cpp:89:32: error: expected ')' before ':' token
0_0_38405324_19191.cpp:89:32: error: expected primary-expression before ':' token
|