Problem lengthsort
User supercel980
Submission Time 2024-07-29 10:44:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lengthsort.cpp: In function ‘int main()’:
lengthsort.cpp:11:17: error: expected ‘;’ before ‘V’
11 | cin >> current
| ^
| ;
12 | V.push_back(current)
| ~
lengthsort.cpp:14:4: error: ‘class std::vector<std::__cxx11::basic_string<char> >’ has no member named ‘sort’
14 | V.sort(V.begin(), end(), greater<string>)
| ^~~~
lengthsort.cpp:14:24: error: no matching function for call to ‘end()’
14 | V.sort(V.begin(), end(), greater<string>)
| ^
In file included from /usr/include/c++/9/bits/range_access.h:36,
from /usr/include/c++/9/string:54,
from /usr/include/c++/9/bits/locale_classes.h:40,
from /usr/include/c++/9/bits/ios_base.h:41,
from /usr/include/c++/9/ios:42,
from /usr/include/c++/9/istream:38,