提交时间:2024-04-02 20:45:42

运行 ID: 44734

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