提交时间:2026-02-01 21:22:24

运行 ID: 83778

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