#include <bits/stdc++.h> using namespace std; long long n; int main() { cin >> n; cout <<pow((pow(2,n)+1),2); return 0; }
啊离谱,为什么WA了???