| ||||||||||
| Online Judge | Problem Set | Authors | Online Contests | User | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest | |||||||||
Re:c语言AC了 但C++死活WA.主程序都是一句,有兴趣的来看看WHY??!!In Reply To:c语言AC了 但C++死活WA.主程序都是一句,有兴趣的来看看WHY??!! Posted by:20054959 at 2007-03-15 21:04:27 > C++: //WA
> while(cin>>n>>p)
> cout<<floor(pow(p,1.0/n))<<endl;
> C: //AC
> while(scanf("%lf%lf",&n,&p)==2)
> printf("%.0lf\n",pow(p,1.0/n));
> 就是把floor换成int或ceil都不能AC
太神奇了!这样都能过,还以为要用高精度,没想到这到二行就搞定了,实在太帅了!
好强的pow(),哪位大师实现的啊!
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator