Skip to content
C

Countdown with --

Easyjava

Read an integer N and print N, N-1, ..., down to 1 on a single line, separated by spaces, using the -- operator.

Input: one integer N.

Output: one line — the numbers from N down to 1, space-separated.

Input (stdin)

Output

Run your code to see output here...