4431: 输出偶数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:Imported
Submit:63
Solved:50
Description
输出2,4,6...18,20。每个数字后面有一个空行。
Input
本题无输入。
Output
每个数字后面有一个换行。
Sample Output Copy
2
4
6
8
10
12
14
16
18
20