n = io.read("*n") c = 0 for i = 1, n do a = io.read("*n") if a == 0 then c = 1 - c end end print(c == 0 and "Second" or "First")