Run ID:98054

提交时间:2024-11-17 11:37:49

M=int(input()) for a in range(20): M=M*1.2 M=int(M) print(M)