Problem lengthsort
User Hytoh
Submission Time 2023-05-03 19:45:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lengthsort.cpp: In function ‘bool compare(std::string, std::string)’:
lengthsort.cpp:7:33: error: lvalue required as left operand of assignment
7 | if (s1.length() = s2.length()) {
| ^