N,M=map(int,input().split()) if M==1: print('First') elif M>2 and N%2==0: print('Second') else: print('First')