5 条题解

  • 1
    @ 2026-3-15 22:07:17
    using namespace std;
    
    int main(){
    	int n,d,s,x,y;
    	cin>>n>>d>>s>>x>>y;
    	cout<<fixed<<setprecision(3)<<(double)(s*x*y)/(n*d);
    	return 0;
    }
    
    

    信息

    ID
    827
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    85
    已通过
    59
    上传者