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