Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
2430 林童 【基础题】圆柱体表面积 C++ Accepted 2 MS 728 KB 131 2020-11-24 19:59:44

Tests(1/1):


Code:

#include<iostream> using namespace std; int main(){ double a,b; printf("%.2f",2*3.1415926*7*(7+12)); }