0_0_32593915_30168.cpp: In function 'void solve()':
0_0_32593915_30168.cpp:42:13: error: expected unqualified-id before '[' token
for(auto [s,c]:ans) cout<<s<<'\n';
^
0_0_32593915_30168.cpp:42:13: error: expected ';' before '[' token
0_0_32593915_30168.cpp:42:14: error: 's' was not declared in this scope
for(auto [s,c]:ans) cout<<s<<'\n';
^
0_0_32593915_30168.cpp:42:16: error: 'c' was not declared in this scope
for(auto [s,c]:ans) cout<<s<<'\n';
^
0_0_32593915_30168.cpp: In lambda function:
0_0_32593915_30168.cpp:42:18: error: expected '{' before ':' token
for(auto [s,c]:ans) cout<<s<<'\n';
^
0_0_32593915_30168.cpp: In function 'void solve()':
0_0_32593915_30168.cpp:42:18: error: expected ';' before ':' token
0_0_32593915_30168.cpp:42:18: error: expected primary-expression before ':' token
0_0_32593915_30168.cpp:42:18: error: expected ')' before ':' token
0_0_32593915_30168.cpp:42:18: error: expected primary-expression before ':' token
|