Problem chinese
User helloworld
Submission Time 2024-02-15 10:21:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

chinese.cpp: In function ‘int main()’:
chinese.cpp:16:29: error: type/value mismatch at argument 1 in template parameter list for ‘template<class _Tp> struct std::greater’
16 | sort(N, N + n, greater<int());
| ^
chinese.cpp:16:29: note: expected a type, got ‘0’