0_0_32793654_4140.cpp: In function 'int main()':
0_0_32793654_4140.cpp:35:13: error: expected unqualified-id before '[' token
for(auto& [x,y]:a) cin>>x>>y,st.insert(y);
^
0_0_32793654_4140.cpp:35:13: error: expected ';' before '[' token
0_0_32793654_4140.cpp:35:14: error: 'x' was not declared in this scope
for(auto& [x,y]:a) cin>>x>>y,st.insert(y);
^
0_0_32793654_4140.cpp:35:16: error: 'y' was not declared in this scope
for(auto& [x,y]:a) cin>>x>>y,st.insert(y);
^
0_0_32793654_4140.cpp: In lambda function:
0_0_32793654_4140.cpp:35:18: error: expected '{' before ':' token
for(auto& [x,y]:a) cin>>x>>y,st.insert(y);
^
0_0_32793654_4140.cpp: In function 'int main()':
0_0_32793654_4140.cpp:35:18: error: expected ';' before ':' token
0_0_32793654_4140.cpp:35:18: error: expected primary-expression before ':' token
0_0_32793654_4140.cpp:35:18: error: expected ')' before ':' token
0_0_32793654_4140.cpp:35:18: error: expected primary-expression before ':' token
0_0_32793654_4140.cpp:38:13: error: expected unqualified-id before '[' token
for(auto& [x,y]:a){
^
0_0_32793654_4140.cpp:38:13: error: expected ';' before '[' token
0_0_32793654_4140.cpp:38:14: error: 'x' was not declared in this scope
for(auto& [x,y]:a){
^
0_0_32793654_4140.cpp:38:16: error: 'y' was not declared in this scope
for(auto& [x,y]:a){
^
0_0_32793654_4140.cpp: In lambda function:
0_0_32793654_4140.cpp:38:18: error: expected '{' before ':' token
for(auto& [x,y]:a){
^
0_0_32793654_4140.cpp: In function 'int main()':
0_0_32793654_4140.cpp:38:18: error: expected ';' before ':' token
0_0_32793654_4140.cpp:38:18: error: expected primary-expression before ':' token
0_0_32793654_4140.cpp:38:18: error: expected ')' before ':' token
0_0_32793654_4140.cpp:38:18: error: expected primary-expression before ':' token
|