#3555. C++-GESP 2023-09认证一级-编程题02(小明的幸运数)(拓展02-取模)

C++-GESP 2023-09认证一级-编程题02(小明的幸运数)(拓展02-取模)

Background

Description

找出[L,R]范围内(包含)的能被k整除的最小数(换行)和最大值(换行)(若没有,直接输出-1)。

使用取模来解决,不能使用for循环。

image

Format

Input

Output

Samples

7
1
10
7
7
7
10
100
14
98
7
10
11
-1

Limitation

1s, 1024KiB for each test case.