a, b, c = map(int, input().split()) bc = b/c abc = a/bc print(abc)