L, K = map(int, input().split()) print( K * ( L // (K*2)) )