Stand in order
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
At a session of the Summer Computer School, schoolchildren are preparing for a parade. They need to stand in an orderly fashion. Upon a given command, they all line up and start counting. The first student in line says "first", the second says "second", and so on. Write the script for this process.
Input
One integer .
Output
Print all the numbers from to in a single line.
Examples
Input #1
Answer #1
Input #2
Answer #2
Submissions 15K
Acceptance rate 58%