球大佬

2 条评论

  • @ 2023-11-26 19:42:00
    #include <bits/stdc++.h>
    bool cmp(int x,int y){
        return x > y;
    }
    using namespace std;
    
    int main() {
    //Plese write your code in here , thak you so much!
    long long int a,b,c;
    cin>>a>>b>>c;
    cout<<(a*b+a*c+b*c)*2;
    	return 0;
    }
    
    
    • @ 2023-11-26 19:41:36

      哥你别来折磨我了

      • @ 2023-11-27 19:48:45

        thak you so much!

    • 1

    信息

    ID
    439
    时间
    1000ms
    内存
    256MiB
    难度
    8
    标签
    递交数
    204
    已通过
    38
    上传者