Problem sort
User blackpanther
Submission Time 2025-05-07 12:25:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function β€˜int main()’:
sort.cpp:9:48: error: a function-definition is not allowed here before β€˜{’ token
9 | bool compare(const string &a, const string &b) {
| ^