x,y=map(int,input().split()) if x==2 or y==2: print("Second") elif x==1 and y==1: print("Second") elif x==1 or y==1: print(["Second","First"][(1-1-x+2-1-y)%2]) else: print(["Second","First"][(1-1-x+1-1-y)%2])