1 条题解

  • 0
    @ 2025-9-13 14:37:55
    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	int a,b;
    	cin>>a>>b;
    	cout<<"总的棵数:"<<a*b;
    	return 0;
    }
    
    
    • 1

    信息

    ID
    158
    时间
    1000ms
    内存
    64MiB
    难度
    10
    标签
    递交数
    13
    已通过
    7
    上传者