while True:
    try:
        n = input()
        print(n,end=' ')
    except:
        break