n,m=map(int,input().split())

if m<=2:
  print('First')
elif n%2==1:
  print('First')
else:
  print('Second')