#1205. goto语句使用III
goto语句使用III
Cannot parse: Cannot read properties of null (reading 'length')
goto语句使用III
题目描述
本题目要求使用goto语句。输出从0到9共10个数字,每个数字后面有一个换行符。
输入说明
本题无输入。
输出说明
输出从0到9共10个数字,每个数字一行。
样例
输入
no input needed
输出
0
1
2
3
4
5
6
7
8
9
Cannot parse: Cannot read properties of null (reading 'length')
本题目要求使用goto语句。输出从0到9共10个数字,每个数字后面有一个换行符。
本题无输入。
输出从0到9共10个数字,每个数字一行。
no input needed
0
1
2
3
4
5
6
7
8
9