#include <bits/stdc++.h>
using namespace std;
int main()
{
    int a,b,c;
    double d;

    cin>>a>>b>>c;
    d=(1.0*a/b)*c;
    printf("%.6f\n",d);
    return 0;
}

0 comments

No comments so far...

Information

ID
631
Time
1000ms
Memory
256MiB
Difficulty
10
Tags
# Submissions
2
Accepted
1
Uploaded By