提交时间:2023-12-26 13:29:44
运行 ID: 117782
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<pow(a,b); }