Problem sort
User birdbird
Submission Time 2026-08-03 17:12:41
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:4:51: error: a function-definition is not allowed here before ‘{’ token
4 | string compareString(string first,string second) {
| ^
sort.cpp:31:22: error: ‘compareString’ was not declared in this scope
31 | sort(tuff, tuff+x, compareString);
| ^~~~~~~~~~~~~