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