Run ID:84355
提交时间:2024-07-15 16:43:17
#include<bits/stdc++.h> using namespace std; int main(){ int n,m; cin >> n >> m; cout << pow(n,m); return 0; }