Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
3867 彭梓航 04圆的面积 C++ Wrong Answer 0 MS 248 KB 229 2024-07-14 16:08:01

Tests(0/10):


Code:

#include<iostream> using namespace std; int main(){ 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; return 0; }


Run Info:

------Input------
926
------Answer-----
2693840.26
------Your output-----
3.14159 28.2743 78.5398 153.938 254.469