Problem swords
User pasit
Submission Time 2026-02-08 21:13:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function β€˜int main()’:
swords.cpp:10:47: error: expected primary-expression before β€˜)’ token
10 | sort(a.begin(),a.end(),greater<pair<int,int>>);
| ^