15 条题解

  • 1
    @ 2025-12-27 21:36:13
    #include<iostream>
    #include<cstdio>
    #include<cctype>
    #include<string.h>
    #include<math.h>
    #include<cmath>
    #include<algorithm>
    #include<iomanip>
    using namespace std;
    int main()
    {
    	int n,x;
    	double m;
    	cin>>n>>m>>x;
    	m=m/n*x;
    	printf("%.2lf",m); 
    	return 0;
    }
    
    
    

    信息

    ID
    862
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    713
    已通过
    331
    上传者