Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
308848 陈信宇 【C1-9】圆环面积 C++ 通过 100 1 MS 252 KB 181 2025-02-10 21:14:24

Tests(3/3):


#include<bits/stdc++.h> using namespace std; int main() { double x1,x2,a=0,b=0,s=0; cin>>x1>>x2; a=x1*x1*3.14; b=x2*x2*3.14; s=a-b; cout<<(int)s<<endl; return 0; }


测评信息: