from random import randint print("2000 2000") for i in range(2000): print(randint(1, 10000), randint(1, 10000))