#707. number game 2
number game 2
当前没有测试数据。
Background
Special for beginners, ^_^
Description
给定 求 的最小 使得 。
多次询问
Format
Input
Two integers x and y, satisfying .
Output
One integer, the sum of x and y.
Samples
123 500
623
Limitation
1s, 1024KiB for each test case.