#include<bits/stdc++.h>
using namespace std;

int main(){
	int n,m;
	cin>>n>>m;
	cout<<pow(n,m);
	return 0;
} 

0 comments

No comments so far...

Information

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