首页 > 资讯 > 正文

1069:乘方计算-信息学奥赛一本通

#include<algorithm>

#include<cmath>


(相关资料图)

#include<cstdio>

#include<iostream>

using namespace std;

int main(){

long long a,n,r;

cin>>a>>n;

r=pow(a,n);

cout<<r;

return 0;

}

关键词:


您可能也喜欢这些文章

Copyright   2015-2022 欧洲音箱网 版权所有  备案号:沪ICP备2022005074号-23   联系邮箱: 58 55 97 3@qq.com