#!/bin/ruby q = gets.strip.to_i for a0 in (0..q-1) n = gets.strip.to_i # your code goes here puts 1 end