Problem swords
User ghx312
Submission Time 2026-02-12 20:29:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:15:59: error: type/value mismatch at argument 1 in template parameter list for ‘template<class _Tp> struct std::greater’
15 | sort(stats.begin(), stats.end(), greater<pair<ll, ll>());
| ^
swords.cpp:15:59: note: expected a type, got ‘std::pair<long long int, long long int>()’