Problem | sort |
---|---|
User | StormyGood |
Submission Time | 2024-04-06 13:57:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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(), 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(), compare);
| ^~~