4 条题解

  • 0
    @ 2024-10-6 20:18:46

    #include using namespace std; int main() { int a,b,c,d; cin>>a>>b; c=a*b; d=(a+b)*2; cout<<d<<" "<<c; return 0; }

    信息

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