Problem GSS
User god
Submission Time 2025-07-10 10:22:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

GSS.cpp: In function ‘int main()’:
GSS.cpp:13:28: error: too few arguments to function ‘bool cust(std::string, std::string)’
13 | sort(array, array+x, cust());
| ^
GSS.cpp:3:6: note: declared here
3 | bool cust(string a, string b){
| ^~~~
GSS.cpp:13:2: error: ‘sort’ was not declared in this scope; did you mean ‘qsort’?
13 | sort(array, array+x, cust());
| ^~~~
| qsort