n,m = map(int,input().split()) print("First" if n==1 or pow(m,n-2,2) else "Second")