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