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

0 comments

No comments so far...

Information

ID
169
Time
1000ms
Memory
256MiB
Difficulty
7
Tags
# Submissions
26
Accepted
7
Uploaded By