0_0_36641087_22813.cpp: In function 'int main()':
0_0_36641087_22813.cpp:62:10: error: expected unqualified-id before '[' token
auto [y, z] = x;
^
0_0_36641087_22813.cpp:64:13: error: 'y' was not declared in this scope
cout << y << ' ' << z << endl;
^
0_0_36641087_22813.cpp:64:25: error: 'z' was not declared in this scope
cout << y << ' ' << z << endl;
^
|