1 solutions

  • 0
    @ 2025-12-10 19:17:50
    #include<bits/stdc++.h>
    using namespace std;
    int main() {
    	int a, b;
    	cin >> a >> b;
    	cout << "总的棵数:" << (a * b);
    }
    
    • 1

    Information

    ID
    613
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    10
    Tags
    # Submissions
    8
    Accepted
    5
    Uploaded By