Problem sort
User lyangela
Submission Time 2024-06-18 15:16:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘bool cmp(std::string, std::string)’:
sort.cpp:23:14: error: expected ‘;’ before ‘}’ token
23 | return false
| ^
| ;
24 | }
| ~