n = gets.to_i
a, b, c = gets.split.map(&:to_i)
n = gets.to_i
a = n.times.map { gets.to_i }
s = gets
s, t = gets.split
n = gets.to_i
s = n.times.map { gets.chomp }
x, y = gets.split.map(&:to_f)
n, m = gets.split.map(&:to_i)
a = n.times.map { gets.split.map(&:to_i) }