题解 | #你能活多少秒#
你能活多少秒
https://www.nowcoder.com/practice/e1d1bd99fee34b66ae3c777b74d555c8
age = int (input ()) moment = age*3.156*10**7 print(int(moment))
你能活多少秒
https://www.nowcoder.com/practice/e1d1bd99fee34b66ae3c777b74d555c8
age = int (input ()) moment = age*3.156*10**7 print(int(moment))
相关推荐