1 条题解

  • 0
    @ 2023-6-11 12:24:20

    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
    2778
    时间
    1000ms
    内存
    16MiB
    难度
    (无)
    标签
    递交数
    0
    已通过
    0
    上传者