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