| ||||||||||
| 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:其实一句话就可以ACIn Reply To:其实一句话就可以AC Posted by:pcxjx at 2004-11-27 18:45:39 >
真的是这样~
#include<stdio.h>
int main()
{int m,n;
while(scanf("%lf%lf",&n,&m)==2)
printf("%.0lf\n",pow(m,1/n));
return 0;
}
Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator