a = gets.to_i b = gets.to_f c = b/a if c < 200 puts 1 else puts 2 end