Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
42488 老方 求阴影面积 C++ 通过 1 MS 248 KB 132 2024-02-29 16:27:03

Tests(1/1):


#include<bits/stdc++.h> using namespace std; int main(){ float n; cin>>n; printf("%.2lf",n*(n/2)/2); return 0; }


测评信息: