← Back to List

17356번: 욱 제 ↗

Solutions

Python 3
71 B | 71 chars
a,b=list(map(float,input().split()))
print(1 / (1 + 10 ** ((b-a)/400)))