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