#include int main() { long long int N,M; scanf("%lld%lld",&N,&M); printf("%lld",N/M-(N/M)%1000); return 0; }