Run ID:96445
提交时间:2024-11-08 19:32:57
#include<bits/stdc++.h> using namespace std; int main() { int x,n; cin>>x>>n; cout<<pow(x,n); return 0; }