while True: try: n = int(input()) last = 1 for i in range(2,n+1): #求得相加之后的最后一个数 &...