(UVA)113-次方

#include<stdio.h>
#include<math.h>

int main(){
double  k,p;
while(scanf("%lf%lf",&p,&n)){
double k;
k=pow(p,1/n);
printf("%.lf",k);
}
return 0;
}

留言

這個網誌中的熱門文章

Bundle Adjustment 光束平差法

Structure From Motion