4425: goto语句使用III
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:14
Solved:0
Description
本题目要求使用goto语句。输出从0到9共10个数字,每个数字后面有一个换行符。
Input
本题无输入。
Output
输出从0到9共10个数字,每个数字一行。
Sample Output Copy
0
1
2
3
4
5
6
7
8
9