only_str = input().split() #only str define_type = list(map(int, input().split())) #int, float, str
# for str n1, n2 = input().split() #for int x, y = map(int, input().split())