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