S,K=map(int,input().split()) ans=S%K print(ans)