a, b = map(int, input().split()) print(f"{a/b}:.{50}f")