#include #include #include using namespace std; #define P(x) cout << x << endl #define rep(i,n) for(int i=0;i>l>>n; long long int ans = pow(2,l-3)*n; P(ans); }