Run ID:84370

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

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