Run ID:84364
提交时间:2024-07-15 16:44:06
# include<bits/stdc++.h> using namespace std; int main() { int a,b; cin>>a>>b; cout<<pow(a,b); return 0; }