1 条题解

  • 0
    @ 2025-9-20 20:02:38
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
        int a=880,b=500;
        cout<<a*b;
        return 0;
    }
    
    • 1

    信息

    ID
    13
    时间
    1000ms
    内存
    64MiB
    难度
    5
    标签
    递交数
    36
    已通过
    15
    上传者