n, m = map(int, input().split()) if m == 1: print("First") elif m == 2: print("First") elif n % 2 == 1: print("First") else: print("Second")