Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
9183 D班-陈颖钧 矩形面积交 C++ 解答错误 0 1 MS 264 KB 160 2025-04-08 20:05:01

Tests(0/7):


#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; }


测评信息: