6 条题解

  • 1
    @ 2025-5-1 22:18:06
    #include "bits/stdc++.h"
    using namespace std;
    int main(){
        int a,b;
        cin>>a>>b;
        cout<<a*b/2;
        return 0;
    }
    

    信息

    ID
    7
    时间
    1000ms
    内存
    128MiB
    难度
    4
    标签
    递交数
    6800
    已通过
    3116
    上传者