def Main(): a,b=input().split("/") print(int(a)/int(b)) Main()