0_0_31198399_30269.cpp: In function 'int main()':
0_0_31198399_30269.cpp:22:27: error: expected unqualified-id before '[' token
for (const auto & [t, cnt] : ma)
^
0_0_31198399_30269.cpp:22:27: error: expected ';' before '[' token
0_0_31198399_30269.cpp:22:28: error: 't' was not declared in this scope
for (const auto & [t, cnt] : ma)
^
0_0_31198399_30269.cpp:22:31: error: 'cnt' was not declared in this scope
for (const auto & [t, cnt] : ma)
^
0_0_31198399_30269.cpp: In lambda function:
0_0_31198399_30269.cpp:22:36: error: expected '{' before ':' token
for (const auto & [t, cnt] : ma)
^
0_0_31198399_30269.cpp: In function 'int main()':
0_0_31198399_30269.cpp:22:36: error: expected ';' before ':' token
0_0_31198399_30269.cpp:22:36: error: expected primary-expression before ':' token
0_0_31198399_30269.cpp:22:36: error: expected ')' before ':' token
0_0_31198399_30269.cpp:22:36: error: expected primary-expression before ':' token
|