#include #include using namespace std; //¼ÆËã xµÄn´Î·½ double power (int x, int n) { int result=1; for(int i=0;i