杨逸 • 6个月前
using namespace std; int main() {
int n,m; cin>>n; for(int i=n;i>=1;i--){ m=m+1; m=m*2; }cout<<m; return 0;
}
评论:
请先登录,才能进行评论