a = int(input()) b = 10+(a//100) c = (a%100)*0.6 print(b,":",c,sep="")