提交时间:2023-11-21 19:46:05

运行 ID: 31663

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