eolymp
bolt
Try our new interface for solving problems
Problems

Roll a Die

Roll a Die

Simulate the roll of a six-sided die.

Input

One positive integer n (n105).

Output

Print in one line n random numbers from 1 to 6.

Time limit 1 second
Memory limit 128 MiB
Input example #1
7
Output example #1
6 2 5 2 6 5 1 
Author Michael Medvediev