a = gets.chomp.to_i time = 600 + a * 60 / 100 puts "#{time / 60}:#{(time % 60).to_s.rjust(2, '0')}"