one
Test
正在讨论
评论 (1)
- 受欢迎
- 新
- 旧
你必须先登录才能发表评论
wenernduo
25 六月 2020, 02:09
public static void main(String[] args) throws Exception {
int i = 11;
while ( 1< i) {
--i;
System.out.println(i);
}
}
}
0