Run ID:103744
提交时间:2024-12-29 15:06:00
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<pow(a,b); return 0; }