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