# https://open.kattis.com/problems/discdistrict
# 3s
# 1.8 Easy

# I just want to see how small program can be


# 19 chars
print("1 "+input())

# 21 chars
# print(f"1 {input()}")
