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