标签:lan color ext line math ogr enter 运算 while
Time Limit: 1000MS | Memory Limit: 30000K | |
Total Submissions: 18408 | Accepted: 9292 |
#include<iostream> #include<cstdio> #include<cmath> using namespace std; int main() { double n,m; while(cin>>n>>m) cout<<pow(m,1/n)<<endl; return 0; }
。
。。
。。
。
poj 2109 Power of Cryptography
标签:lan color ext line math ogr enter 运算 while
原文地址:http://www.cnblogs.com/zsychanpin/p/6786133.html