import sys readline=sys.stdin.readline C=list(map(int,readline().split())) print(1,C)