天天向上的力量

N = float(input(""))
n = N/1000
s = ((1 + n)**365)
x = ((1 - n)**365)
B = int(s/x)
print("{:.2f}, {:.2f}, {:}".format(s,x,B))

posted @ 2021-09-12 22:51  boyc  阅读(22)  评论(0)    收藏  举报