#P1005. 购买电影票 2022-7-05 15:27 | 3 | 0 | python 5 字 | 几秒读完 a = input () b = str(int(a)*10) print (a+" "+b)