Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
43707 刁泓烨 【基础题】圆柱体表面积 C++ Accepted 2 MS 264 KB 127 2022-12-31 20:39:43

Tests(1/1):


Code:

#include<bits/stdc++.h> using namespace std; int main(){ printf("%.2lf",2*3.1415926*7*12+2*3.1415926*7*7); return 0; }