#include using namespace std; int main(){ int a,n; cin>>a; cin>>n; int b=1; while(n>0){ b=a*b; n=n-1; } cout<<b; return 0;
}
使用您的 清北信奥登峰计划 通用账户