摘要: public class Subject16 { public static void main(String[] args) { for (int i = 1; i <= 9 ; i++) { for (int j = 1; j <= i ; j++) { System.out.print(i+" 阅读全文
posted @ 2021-10-20 18:39 热爱代码的某人 阅读(24) 评论(0) 推荐(0)