1 solutions

  • 2
    @ 2023-4-19 19:56:21

    这就是一道简单的~~公式题 ~~

    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    int n,m;
    cin>>n>>m;
    cout<<n*m/2<<endl;
    return 0;
    }
    
    • 1

    Information

    ID
    402
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    1
    Tags
    # Submissions
    67
    Accepted
    40
    Uploaded By