提交时间:2024-02-20 09:31:33

运行 ID: 41204

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