import strutils, times let a = stdin.readLine.parseInt # 距離 h = a / 100 m = (h * 60).toInt s_time = "10:00".parse("HH:mm") echo (s_time + m.minutes).format("HH:mm")