Problem defense101
User birdbird
Submission Time 2026-08-16 16:33:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

defense101.cpp: In function ‘int32_t main()’:
defense101.cpp:58:36: error: too few arguments to function ‘bool greater_string(std::string, std::string)’
58 | sort(plus, plus+x, greater_string());
| ^
defense101.cpp:5:6: note: declared here
5 | bool greater_string(string a, string b) {
| ^~~~~~~~~~~~~~