#include<bits/stdc++.h> using namespace std; int main() { double n; cin>>n; printf("%.0f\n", pow(2.0, n)); return 0; }
运行对的,不知道哪里错了qwq