BC32 你能活多少秒

思路:

step1:输入数字;格式化输出结果;

代码如下:

n = int(input())
print('{:.0f}'.format(3.156*(10**7)*n))