#include using namespace std; int main(){ int N,M; cin>>N>>M; if(N>=1000*M){ cout<<((N/1000)/M)*1000<