79499566

Date: 2025-03-11 02:59:23
Score: 1
Natty:
Report link
minreturn = min(R)
dayofminreturn = R.index(midreturn)

mindepart = min(D[:dayofminreturn+1])
 #can fly there and back in the same day #


cheapestroundtrip = mindepart + minreturn
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: TACNY84