奇怪的一道题 # s = list(map(int, input().split())) while True: try: a = int(input()) b = list(map(int, input().split())) &nb...