Problem buyingcandy
User jamestan
Submission Time 2023-12-24 16:37:12
Score 0
Max Time N/A
Max Memory N/A

Compile Error

buyingcandy.cpp: In function β€˜int main()’:
buyingcandy.cpp:25:56: error: expected primary-expression before β€˜)’ token
25 | sort(dis.begin(), dis.end(), greater<pair<int,int>>);
| ^