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