Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
137653 王润中 04圆的面积 C++ Wrong Answer 2 MS 272 KB 135 2025-11-22 10:39:17

Tests(0/10):


Code:

#include<iostream> using namespace std; int main() { int a; cin>>a; cout<<(double)(a*a*3.1415926); return 0; }


Run Info:

------Input------
609
------Answer-----
1165157.01
------Your output-----
1.16516e+06