#3554. C++-GESP 2023-09认证一级-编程题02(小明的幸运数)(拓展01-for)
C++-GESP 2023-09认证一级-编程题02(小明的幸运数)(拓展01-for)
Background
Description
找出[L,R]范围内(包含)的能被k整除的最小数(换行)和最大值(换行)(若没有,直接输出-1)。
使用for来解决。
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.