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