Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
133499 张益诚 04圆的面积 C++ Wrong Answer 1 MS 264 KB 320 2025-10-19 09:43:31

Tests(0/10):


Code:

#include<iostream> #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ double r,p=3.1415926; scanf("%lf",&r); printf("%.21f",p*r*r); return 0; }


Run Info:

------Input------
609
------Answer-----
1165157.01
------Your output-----
1165157.005080600036308169365