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

0 comments

No comments so far...

Information

ID
164
Time
1000ms
Memory
256MiB
Difficulty
8
Tags
# Submissions
62
Accepted
10
Uploaded By