palm0919 發表於 2007-5-18 11:51:20

根號

#include<iostream>
using namespace std ;
double sqrt(double x);
intmain()
{
cout<<"根號128等於:"<<sqrt(128);

system("PAUSE") ;
    return 0 ;
    }
頁: [1]
查看完整版本: 根號

Checking the Pageranks