2020/06/13

[zerojudge] e990: 奇怪的隕石

from sys import *
from math import log
for s in stdin:
    t, n = map(float, s.split())
    r = (log(n)/log(0.5))*t
    print('%.3f' % r)

沒有留言:

張貼留言