Problem sort
User fanqie
Submission Time 2026-02-17 18:03:28
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘bool cmp(std::string, std::string)’:
sort.cpp:13:5: error: ‘else’ without a previous ‘if’
13 | else if (a>b) return 0;
| ^~~~