Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
109947 邹金行 04圆的面积 C++ Wrong Answer 1 MS 256 KB 248 2025-02-13 15:21:18

Tests(0/10):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ int a=1,b=3,c=5,d=7,e=9; cout<<a*a*3.1415926<<endl; cout<<b*b*3.1415926<<endl; cout<<c*c*3.1415926<<endl; cout<<d*d*3.1415926<<endl; cout<<e*e*3.1415926<<endl; }


Run Info:

------Input------
609
------Answer-----
1165157.01
------Your output-----
3.14159 28.2743 78.5398 153.938 254.469