#include using namespace std; int main(){ int n,k,x,y,ans; cin>>n>>k; ans=(n>=k?pow(2,n-k):0); cout<