Problem sort
User sporknives
Submission Time 2024-06-20 08:32:36
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sort.cpp: In function ‘int main()’:
sort.cpp:24:12: error: request for member ‘begin’ in ‘a’, which is of non-class type ‘std::string [n]’ {aka ‘std::__cxx11::basic_string<char> [n]’}
24 | sort(a.begin(), a.end(), string_compare);
| ^~~~~
sort.cpp:24:23: error: request for member ‘end’ in ‘a’, which is of non-class type ‘std::string [n]’ {aka ‘std::__cxx11::basic_string<char> [n]’}
24 | sort(a.begin(), a.end(), string_compare);
| ^~~