y, x = map(int, input().split()) if (y + x) & 1: print("First") else: print("Second")