Run ID | 作者 | 问题 | 语言 | 测评结果 | 时间 | 内存 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
43787 | zouqinghua | 与圆相关的计算 | C++ | 通过 | 1 MS | 252 KB | 139 | 2024-03-23 10:39:33 |
int main() { double r,pi=3.14159; scanf("%lf",&r); printf("%.4lf %.4lf %.4lf",2*r,2*pi*r,pi*r*r); }
exit code: 0, checker exit code: 0