#include using namespace std; typedef long long ll; int main() { int l, k; cin >> l >> k; cout << (l-1) - (l-1) % (2*k) << endl; return 0; }