N, M = map(int, input().split()) print("Second") if N % 2 == 0 and M >= 4 and M % 2 == 0 else print("First")