x = int(input()) if x < 2008: print(None) else: print(x)