4 条题解

  • 0
    @ 2024-10-6 20:36:52
    #include<cmath>
    #include<iostream>
    using namespace std;
    int main(){
        int a,b,c;
        cin>>a>>b;
        c=2*(a+b);
    //FUCK YOU!为什么还要加空格!!!
        cout<<c<<" "<<a*b;
        return 0;
    }
    

    信息

    ID
    22
    时间
    1000ms
    内存
    256MiB
    难度
    5
    标签
    递交数
    189
    已通过
    79
    上传者