for i in range(1, 1001):
    print(i)

    s = input()
    if (s == "That is correct!"):
        break
