提交时间:2024-02-20 09:28:36

运行 ID: 41197

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