top, bottom = map(int, input().split("/")) print(top/bottom)