#include int main() { int a,b,c; printf("%f",(double)a/b*c); return 0; }