Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
2266 | 彭睿祺 | 03圆的面积 | C++ | Wrong Answer | 0 MS | 252 KB | 175 | 2023-12-23 15:49:31 |
#include<iostream> using namespace std; int main(){ float a; float d; cin>>d; a=d*3.14; cout<<a; return 0; }
------Input------
0
------Answer-----
3.14159 28.2743 78.5398 153.938 254.469
------Your output-----
0