推荐回答:
math库中有pow(x,y)函数,x为底数,y为指数,返回值为结果,如下:#include <stdlib.h> #include <math.h> #include<iostream> using namespace std; int main() { int x, y, result; cout<<"enter x,y \n"<<endl; cin>>x>>y; result=pow(x,y);cout<<"\nthe result **:"<<result<<endl; system("pause"); return 0;}
广告合作商务QQ: 6391-670-971
2023年最新贷款计算器,采用2023年最新房贷基准利率,房贷利率表,提供贷款、商业贷款、公积金买房、个人按揭月供购房等银行房贷利率计算公式在线使用,2023年最好用的房贷计算器,房贷利息计算专家。