Owl Get a Life
sort.cpp: In lambda function:sort.cpp:16:29: error: expected ‘;’ before ‘}’ token 16 | return a.size() < b.size() | ^ | ; 17 | }); | ~