Integers from 2N to 3N
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