Problems
Timer
Timer
Positive integer n is given. Simulate the timer countdown from n to 0 seconds as shown in the example.
Input data
One positive integer n.
Output data
Print numbers from n to 0 with text sek in column.
Examples
Input example #1
2
Output example #1
2 sek 1 sek 0 sek