n1, n2 = map(int, input().split('/')) print(round((n1/n2), 5))