Run ID:84373

提交时间:2024-07-15 16:45:42

#include<bits/stdc++.h> . using namespace std; int main(){ int a,b; cin>>a>>b; cout<<pow(a,b); return 0; }