#include using namespace std; typedef long long ll; typedef long double ld; int main(int argc, char *argv[]) { ios::sync_with_stdio(false);cin.tie(nullptr);cout.tie(nullptr); ll L,N;cin>>L>>N; for(int i=0;i>t;} ll ans=pow(2,L-3)*N; cout<