def lscan; gets.split.map(&:to_i); end a,b,c = lscan.map(&:to_f) p a*c/b