7 条题解
信息
- ID
- 12
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 6
- 标签
- 递交数
- 385
- 已通过
- 130
- 上传者
#include<bits/stdc++.h> using namespace std; int main() { double r,c,s,PI; cin>>r;PI=3.1415926; c=2rPI ;s=PIrr; cout<<fixed<<setprecision(2)<<c<<" "<<s; return 0; }
注册一个 PYYG 通用账户,您就可以在我们提供的所有在线评测服务上提交代码、参与讨论。