def Main(): s,t=input().split("/") print(int(s)/int(t)) Main()