price,gas,room = map(int,input().split()) price//=5 gr = gas * price / room print(gr)