s = list(input().split("/")) print(int(s[0]) / int(s[1]))