https://mirror.codeforces.com/contest/4/submission/174376175
My code:Check if sumtime is in $$$[minsum,maxsum)$$$,minsum is the sum of all the $$$mintime$$$ and maxsum is the sum of all the $$$maxtime$$$.Then greedy for the solution.
How to solve this problem?
https://mirror.codeforces.com/contest/4/submission/174376175
My code:Check if sumtime is in $$$[minsum,maxsum)$$$,minsum is the sum of all the $$$mintime$$$ and maxsum is the sum of all the $$$maxtime$$$.Then greedy for the solution.