Problem sort
User r1r2r3r4
Submission Time 2025-04-30 15:42:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:13:33: error: a function-definition is not allowed here before ‘{’ token
13 | int cmp(string l, string r) {
| ^
sort.cpp:17:28: error: ‘cmp’ was not declared in this scope; did you mean ‘bcmp’?
17 | sort(v.begin(),v.end(),cmp);
| ^~~
| bcmp