#2918. C++-循环for-输入n和m(m>=n)及k(k>=1),输出n~m的所有能被k整除的整数
C++-循环for-输入n和m(m>=n)及k(k>=1),输出n~m的所有能被k整除的整数
Background
Description
输入n和m(m>=n)及k(k>=1),输出n~m的所有能被k整除的整数 n、m和k皆为整数。
Format
Input
Output
Samples
-10
10
3
-9
-6
-3
0
3
6
9
-20
30
7
-14
-7
0
7
14
21
28
-9
10
5
-5
0
5
10
Limitation
1s, 1024KiB for each test case.
Statistics
Related
In following contests: