1 条题解

  • 1
    @ 2024-4-4 15:13:10
    #include <iostream>
    using namespace std;
    int main()
    {
        int a,b;
        cin >> a >> b;
        cout << a*b;
        return 0;
    }
    
    • 1

    信息

    ID
    360
    时间
    1000ms
    内存
    256MiB
    难度
    10
    标签
    递交数
    2
    已通过
    1
    上传者