Run ID:2430
提交时间:2020-11-24 19:59:44
#include<iostream> using namespace std; int main(){ double a,b; printf("%.2f",2*3.1415926*7*(7+12)); }