Problem sort
User retxed
Submission Time 2026-06-07 11:59:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘bool cmp(std::string, std::string)’:
sort.cpp:5:22: error: expected ‘;’ before ‘}’ token
5 | return s1< s2
| ^
| ;
6 | }
| ~