728x90
반응형

단순 사칙연산 문제이다.

A, B = map(float, input().split())
M = (B-A)/400
res = 1 / (1 + 10**M)
print(res)
728x90
반응형

+ Recent posts