Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90923 石水生 03圆的面积 C++ Accepted 0 MS 268 KB 219 2024-09-20 13:28:00

Tests(1/1):


Code:

#include <bits/stdc++.h> using namespace std; int main(){ //char a; //cin>>a; double PI=3.1415926; cout<<PI*1*1<<endl; cout<<PI*3*3<<endl; cout<<PI*5*5<<endl; cout<<PI*7*7<<endl; cout<<PI*9*9<<endl; }