1 条题解

  • 1
    @ 2026-8-13 16:55:41
    #include <bits/stdc++.h>
    using namespace std;
    int main(){
        int a,b,c;
        cin>>a>>b>>c;
        int tj=0,tj2=0;
        int w,d;
        w=b+c;
        d=b*c;
        tj+=w;
        tj2+=d;
        cout<<(tj+tj2)*a;
        return 0;
    }
    
    
    • 1

    信息

    ID
    20408
    时间
    1000ms
    内存
    512MiB
    难度
    1
    标签
    递交数
    37
    已通过
    20
    上传者