input = gets.split() year = input[0].to_i month = input[1].to_i day = input[2].to_i if 1989