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