myList = list(map(int,input().split(""))) # 这样通过率91%
myList = list(map(int,input().split(" "))) # 这样通过率9%