n = int(input("Number? "))

if 90 <= n <= 110:
    print("Close")
else:
    print("Not close")