poj2109 Power of Cryptography
生活随笔
收集整理的這篇文章主要介紹了
poj2109 Power of Cryptography
小編覺(jué)得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
2017-10-6
解答
不知道為什么float就compile error了,關(guān)于浮點(diǎn)數(shù)...代碼
#include <iostream> #include <cmath> using namespace std;double a,b;int main(){ while(cin>>a>>b){ cout<<pow(b,1.0/a)<<endl; } return 0; }總結(jié)
以上是生活随笔為你收集整理的poj2109 Power of Cryptography的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: ThinkPHP5 相关知识重点笔记
- 下一篇: Docker 单机网络