1 条题解

  • 0
    @ 2025-8-4 10:24:43

    大水题

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
       int a,b,c;
       cin>>a>>b>>c;
       cout<<(a+b)*c;
       return 0;
    }
    

    信息

    ID
    1180
    时间
    1000ms
    内存
    128MiB
    难度
    5
    标签
    (无)
    递交数
    68
    已通过
    25
    上传者