0_0_37782496_6307.cpp: In function 'int main()':
0_0_37782496_6307.cpp:22:18: error: expected unqualified-id before '[' token
for(auto [x,y]:p)
^
0_0_37782496_6307.cpp:22:18: error: expected ';' before '[' token
0_0_37782496_6307.cpp:22:19: error: 'x' was not declared in this scope
for(auto [x,y]:p)
^
0_0_37782496_6307.cpp:22:21: error: 'y' was not declared in this scope
for(auto [x,y]:p)
^
0_0_37782496_6307.cpp: In lambda function:
0_0_37782496_6307.cpp:22:23: error: expected '{' before ':' token
for(auto [x,y]:p)
^
0_0_37782496_6307.cpp: In function 'int main()':
0_0_37782496_6307.cpp:22:23: error: expected ';' before ':' token
0_0_37782496_6307.cpp:22:23: error: expected primary-expression before ':' token
0_0_37782496_6307.cpp:22:23: error: expected ')' before ':' token
0_0_37782496_6307.cpp:22:23: error: expected primary-expression before ':' token
|