#!/bin/ruby n = gets.strip.to_i m = gets.strip m = m.split(' ').map(&:to_i) print 1 # your code goes here