#include<iostream> #include<cmath> using namespace std; const int duizhe=10; int main(){ cout<<pow(2,duizhe)+1; return 0; }