Integers from 2N to 3N


Submit solution

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

Author:
Problem types

Print every integer from \(2n\) through \(3n\), inclusive.

Input

One integer \(n\).

The input satisfies:

  • \(n >= 0\)

Output

Print the legacy labels followed by the requested sequence, exactly as shown in the example.

Example

Input
0
Output
N = Day so: 0

Comments

There are no comments at the moment.