a=int(input()) x=a*60//100 y=x//60 z=x%60 print(str(10+y)+":"+str(z).zfill(2))