4284: 【入门】循环输出1~100之间的每个数

Memory Limit:128 MB Time Limit:1.000 S
Judge Style:Text Compare Creator:
Submit:50 Solved:44

Description

请循环输出1~100之间的每个整数,输出时每行输出1个数,比如,输出结果的前10个数是这样的: 1 2 3 4 5 6 7 8 9 10 ...

Input

Output

按要求输出1~100之间的每个数。

Sample Input Copy


Sample Output Copy