a, b = io.read("*n", "*n") print(((a + b) % 2 == 1) and "First" or "Second")