n = int(input()) print('First' if (n//2) % 2 == 1 else 'Second')