local a, b = io.read():match("(%d+)/(%d+)") print(a / b)