提交时间:2026-01-16 16:05:34

运行 ID: 82618

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