巴克仕的神 • 1个月前
using namespace std;
int main() {
int n,c=1; cin>>n; for(int i=1;i<=n;i++){ c=c*2; } cout<<c; return 0;
}
评论:
请先登录,才能进行评论