0_0_37794565_1822.cpp: In function 'int main()':
0_0_37794565_1822.cpp:73:19: error: expected unqualified-id before '[' token
for(auto &[a,s]:v) cin>>a>>s;
^
0_0_37794565_1822.cpp:73:19: error: expected ';' before '[' token
0_0_37794565_1822.cpp:73:20: error: 'a' was not declared in this scope
for(auto &[a,s]:v) cin>>a>>s;
^
0_0_37794565_1822.cpp:73:22: error: 's' was not declared in this scope
for(auto &[a,s]:v) cin>>a>>s;
^
0_0_37794565_1822.cpp: In lambda function:
0_0_37794565_1822.cpp:73:24: error: expected '{' before ':' token
for(auto &[a,s]:v) cin>>a>>s;
^
0_0_37794565_1822.cpp: In function 'int main()':
0_0_37794565_1822.cpp:73:24: error: expected ';' before ':' token
0_0_37794565_1822.cpp:73:24: error: expected primary-expression before ':' token
0_0_37794565_1822.cpp:73:24: error: expected ')' before ':' token
0_0_37794565_1822.cpp:73:24: error: expected primary-expression before ':' token
0_0_37794565_1822.cpp:76:18: error: expected unqualified-id before '[' token
for(auto [a,d]:v)
^
0_0_37794565_1822.cpp:76:18: error: expected ';' before '[' token
0_0_37794565_1822.cpp:76:19: error: 'a' was not declared in this scope
for(auto [a,d]:v)
^
0_0_37794565_1822.cpp:76:21: error: 'd' was not declared in this scope
for(auto [a,d]:v)
^
0_0_37794565_1822.cpp: In lambda function:
0_0_37794565_1822.cpp:76:23: error: expected '{' before ':' token
for(auto [a,d]:v)
^
0_0_37794565_1822.cpp: In function 'int main()':
0_0_37794565_1822.cpp:76:23: error: expected ';' before ':' token
0_0_37794565_1822.cpp:76:23: error: expected primary-expression before ':' token
0_0_37794565_1822.cpp:76:23: error: expected ')' before ':' token
0_0_37794565_1822.cpp:76:23: error: expected primary-expression before ':' token
|