1 条题解

  • 0
    @ 2025-7-7 15:42:20
    #include<bits/stdc++.h>
    using namespace std;
    int a,b;
    int main()
    {
        cin>>a>>b;
        cout<<a*b;
    	return 0;
    }
    
    • 1

    信息

    ID
    666
    时间
    1000ms
    内存
    256MiB
    难度
    9
    标签
    (无)
    递交数
    8
    已通过
    8
    上传者