a = int(input()) print(10 + a // 100, str(a % 100 * 6 // 10).zfill(2), sep=':')