Problem | sort |
---|---|
User | AustinPi |
Submission Time | 2024-08-04 21:25:53 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sort.cpp: In function ‘bool cmp(std::string, std::string)’:
sort.cpp:15:17: error: expected ‘;’ before ‘return’
15 | digit_index=0
| ^
| ;
16 | return true;
| ~~~~~~
sort.cpp:18:17: error: expected ‘;’ before ‘return’
18 | digit_index=0
| ^
| ;
19 | return false;
| ~~~~~~