- 考级202106-2:(a/b)*c 的值
sffds
- 2024-2-2 15:59:20 @
#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
- 107
- Accepted
- 27
- Uploaded By