def fun(): return 1, p p = int(input()) print(*fun())