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

Compile Error

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