Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
9182 D班-陈颖钧 矩形面积交 C++ 编译错误 0 0 MS 0 KB 159 2025-04-08 20:04:49

Tests(0/0):


#include<bits/stdc++.h> using namespace std; double a,b,c,d; int main(){ cin>>a>>b>>c>>d; cout<<setprecision(2)<<fixed<<(a-c)*(b-d) return 0; }


测评信息: