def lscan; gets.split.map(&:to_i); end n = gets puts lscan.reduce(:^) == 0 ? 'Second' : 'First'