n, m = map(int, input().split()) if n <= 1 or m <= 3: print("First") else: print("Second")