N,M=map(int,input().split()) if N==1: print('First') exit() if M<=2: print('First') exit() if N%2==1: print('First') else: print('Second')