#1205. goto语句使用III

    ID: 1205 problem_type.undefined ms MiB 尝试: 0 已通过: 0 难度: (无) 上传者: 标签>周而复始-基本结构模拟循环结构化编程基础语法

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