Run ID:132610

提交时间:2025-10-11 18:26:13

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