#include<bits/stdc++.h> using namespace std; int mian(){ int n; cin>>n; int a[n]; for(int i;i<=n;i++){ a[n]=2×a[n-1]; } cout<<a[n]; return 0; }