N,M = map(int, input().split()) if N==1 or M<=2: print('First') else: print('Second')