Run ID:84376

提交时间:2024-07-15 16:46:02

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