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