N, M = map(int, input().split()) if (N & 1 == 0) and M >= 3 : print("Second") else : print("First")