WEO華特艾斯聯盟's Archiver
論壇
›
C & C + +空間
› 次方
palm0919
發表於 2007-5-18 11:51:52
次方
#include<iostream>
using namespace std ;
double pow(double x,double y);
intmain()
{
cout<<"3的0.2次方等於:"<<pow(3,0.2);
system("PAUSE") ;
return 0 ;
}
頁:
[1]
查看完整版本:
次方