Owl Get a Life
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; | ^~~~