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