s = list(map(int,input().split())) sum = 0; for i in s: sum = sum+i print(i)