1 条题解

  • 0
    @ 2025-8-24 9:54:59

    无需多言

    #include<bits/stdc++.h>
    using namespace std;
    int a,b; 
    int main(){
    	cin>>a>>b;
    	printf("总的棵数:%d",a*b);
    	return 0;
    }
    
    • 1

    信息

    ID
    212
    时间
    1000ms
    内存
    64MiB
    难度
    8
    标签
    递交数
    16
    已通过
    7
    上传者