Timer
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
A positive integer is given. Simulate a countdown timer from to seconds as shown in the example.
Input
One positive integer .
Output
Print all integers from to inclusive with the text "" in a column.
Examples
Input #1
Answer #1
Submissions 21K
Acceptance rate 56%