Which integers are divisible by 17?

Input

No input.

Output

A list with all integers that consist of 3 digits and are divisible by 17. Every integer has its own line.

Example

Output:

102
119
136
...
986