1 条题解

  • 0
    @ 2025-10-10 19:32:48

    C++ :

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        double l,r,v;
    	cin>>l>>r>>v;
    	cout<<"Q:"<<l*r<<endl;
    	cout<<"C:"<<(l+r)*v<<endl;     
    
    }
    
    
    
    • 1

    信息

    ID
    876
    时间
    1000ms
    内存
    512MiB
    难度
    10
    标签
    递交数
    2
    已通过
    1
    上传者