X, Y = map(int, input().split()) print(2) print(*([X, Y])) t = int(input()) print(t)