Блог пользователя Saif_Qaher

Автор Saif_Qaher, 10 лет назад, По-английски

HI All , problem from a contest hosted by my university .

here it is (http://a2oj.com/p.jsp?ID=282) .

any idea how to solve it .

thanks .

  • Проголосовать: нравится
  • +1
  • Проголосовать: не нравится

»
10 лет назад, # |
  Проголосовать: нравится +1 Проголосовать: не нравится

Sort problems with operator Less: s2 * d1 < s1 * d2
if we solve p1 first: p1 — s1 * d1 + p2 — s2 * (d1 + d2)
if we solve p2 first: p2 — s2 * d2 + p1 — s1 * (d1 + d2)
open braces.