Run ID:148588
提交时间:2026-02-26 16:51:15
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<pow(a,b)<<endl; return 0; }