← Back to List
28248번: Deliv-e-droid ↗
Solutions
Python 3
68 B | 68 chars
a=int(input()) b=int(input()) print(a*50-b*10+(500 if a > b else 0))