1 solutions

  • 0
    @ 2023-12-7 21:57:44
    #include<iostream>
    using namespace std;
    int a,b;
    int main(){
        cin>>a>>b;
        int c=a*b;
        cout<<"总的棵数:"<<c<<endl;
        return 0;
    }
    
    • 1

    Information

    ID
    157
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    7
    Tags
    # Submissions
    212
    Accepted
    55
    Uploaded By