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