题解 | #使徒袭来#
使徒袭来
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;
}
相关推荐
苦闷的仰泳鲈鱼刷了1...:提前实习,是让你提前熟悉业务的,后续是入职后可以减少试用期的(大部分是包入职的);转正实习,要是hc不够或者其他原因,让你正式offer可能都没有,这个风险很大。 ---个人看法和了解到的。
