Multiples of Three in an Interval


Submit solution

Points: 100
Time limit: 2.0s
Memory limit: 256M

Author:
Problem types

List the integers divisible by \(3\) in the inclusive interval \([n,2n]\).

Input

One non-negative integer \(n\).

The input satisfies:

  • \(n >= 0\)

Output

Print the legacy heading followed by the values in increasing order.

Example

Input
1
Output
N = Cac so chia het cho 3 trong khoang N den 2N:

Comments

There are no comments at the moment.