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