Chia hết #1

View as PDF

Points: 100 (p) Time limit: 1.0s Memory limit: 256M Input: stdin Output: stdout

Cho 2 số \(n, m ,\) in ra các số từ 1 đến \(n\) chia hết cho \(m\)

Input

  • 2 số \(m, n\) \((0 < m < n < 100)\)

Output

  • In ra các số từ 1 đến \(n\) chia hết cho m

Example

Test 1
Input
2 10
Output
2 4 6 8 10

Comments

There are no comments at the moment.