题解 | #使徒袭来#
使徒袭来
https://ac.nowcoder.com/acm/contest/18839/1039
#include<bits/stdc++.h>
using namespace std;
int main()
{
double a;
cin>>a;
double b=cbrt(a);
cout<<fixed<<setprecision(3)<<3*b<<endl;
}
使徒袭来
https://ac.nowcoder.com/acm/contest/18839/1039
#include<bits/stdc++.h>
using namespace std;
int main()
{
double a;
cin>>a;
double b=cbrt(a);
cout<<fixed<<setprecision(3)<<3*b<<endl;
}
相关推荐
果咩纳塞牛:因为我深深地知道如果拿到了这个offer,后续的秋招真的是不同的世界不同的道路,真的很多事情会不一样,可惜的是没有如果。