题解黑客_天之神_ZDZL_zsy2025-02-06 09:03:23发布于:江苏1阅读0回复0点赞#include<iostream> #include<cmath> #include<cstdio> using namespace std; int main(){ double s,t1,t2; cin>>s>>t1>>t2; printf("%.2f",pow((s*t2/t1*3)/(3.14*4),1.0/3)); } 有帮助,赞一个去预览0/2000发布这里空空如也
有帮助,赞一个