竞赛
考级
zsy
朱奕泽
#include<bits/stdc++.h> using namespace std; int main(){ int x,n; cin>>x>>n; cout<<pow(x,n); return 0; }
LS_YZY
提交答案之后,这里将显示提交结果~