import sys input=sys.stdin.readline print("3") print("0 0") print("1 0") print("0 1") sys.stdout.flush()