S=list(map(str,input().split("/"))) print(int(S[0])/int(S[1]))