摘要:
pow() 函数用来求 x 的 y 次幂(次方),其原型为: 1 double pow(double x, double y); 2 3 #include 4 #include 5 using namespace std; 6 double n,p; 7 int main(){ 8 while(c... 阅读全文
posted @ 2015-02-15 12:48
Deribs4
阅读(486)
评论(0)
推荐(0)