提交时间:2023-11-11 10:58:34

运行 ID: 109817

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