1 solutions

  • 0
    @ 2026-1-23 12:20:21

    #include <bits/stdc++.h>

    using namespace std;

    int main() {

    int a, b, c;

    cin >> a >> b;

    c = a * b;

    cout << "总的棵数:" << c;

    return 0;

    }

    • 1

    Information

    ID
    271
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    7
    Tags
    # Submissions
    1156
    Accepted
    232
    Uploaded By