import strutils var a = readLine(stdin).parseInt echo 10 + (a div 100),":", (a mod 100) * 6 div 10