#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",d);
    return 0;
}

0 comments

No comments so far...

Information

ID
566
Time
1000ms
Memory
256MiB
Difficulty
5
Tags
# Submissions
106
Accepted
27
Uploaded By