#include int main (){ int c; double a,b; scanf("%lf %lf %d",&a,&b,&c); double ans = (a/b)*(c); printf("%lf",ans); }