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