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