7 条题解

  • 0
    @ 2025-8-8 10:44:59

    又双叒叕是一道水题

    记得用 double 保险一点:

    #include<iostream>
    #include<cmath>
    #define QwQ return 0;
    using namespace std;
    double n,m;
    int main(){
    	cin>>n>>m;
    	printf("%.1f",(double)(n*m/2));
    	QwQ
    }
    

    信息

    ID
    40
    时间
    1000ms
    内存
    128MiB
    难度
    3
    标签
    (无)
    递交数
    52
    已通过
    30
    上传者