陈未一 • 1年前
using namespace std; int main(){
int n; cin >> n; long long x = pow(2, n); cout << x << endl; return 0;
}
评论:
啊对对对对对对对
我做了半天,原来这么简单!?
打表罢了