← Back to List
21633번: Bank Transfer ↗
Solutions
Python 3
47 B | 47 chars
print(min(2000,max(100,int(input())/100 + 25)))