您当前处于兼容模式。某些功能在此模式下不可用。我们强烈建议在现代浏览器上切换为标准模式以获得更好的体验。 标准模式 隐藏

#OLD128. Johny Likes Numbers

Johny Likes Numbers

Description

Johny likes numbersnandkvery much. Now Johny wants to find the smallest integerxgreater thann, so it is divisible by the numberk.

约翰喜欢数N和K的很。现在Johny要找的最小整数x大于n,所以它是整除的数K。

Format

Input

The only line contains two integersnandk(1 ≤n,k≤ e9).

Output

Print the smallest integerx>n, so it is divisible by the numberk.

打印的最小整数x > N,所以它是整除数K

Samples

5 3
6

Hint