#include using namespace std; int main(){ int n,k;cin>>n>>k; if(k==0||k>n)cout<<0<