#include using namespace std; int main() { int l,k;cin>>l>>k; l+=1;l/=2; cout<<((l-1)/k)*k<