n = int(input()) if n == 2: print("INF") exit() print(max(2, 9-n))