N=int(input()) S=input() print('First' if N%2 else 'Second')