0_0_38093343_15630.cpp: In function 'void init()':
0_0_38093343_15630.cpp:58:14: error: expected unqualified-id before '[' token
for(auto [s, ss] : mp)
^
0_0_38093343_15630.cpp:58:14: error: expected ';' before '[' token
0_0_38093343_15630.cpp:58:15: error: 's' was not declared in this scope
for(auto [s, ss] : mp)
^
0_0_38093343_15630.cpp:58:18: error: 'ss' was not declared in this scope
for(auto [s, ss] : mp)
^
0_0_38093343_15630.cpp: In lambda function:
0_0_38093343_15630.cpp:58:22: error: expected '{' before ':' token
for(auto [s, ss] : mp)
^
0_0_38093343_15630.cpp: In function 'void init()':
0_0_38093343_15630.cpp:58:22: error: expected ';' before ':' token
0_0_38093343_15630.cpp:58:22: error: expected primary-expression before ':' token
0_0_38093343_15630.cpp:58:22: error: expected ')' before ':' token
0_0_38093343_15630.cpp:58:22: error: expected primary-expression before ':' token
|