摘要: https://share.weiyun.com/52Xzh9D 阅读全文
posted @ 2018-07-20 21:36 袖子麻麻 阅读(113) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner; class Home_Day05_2 { public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("请输入一个整数"); int m = sc.next... 阅读全文
posted @ 2018-07-16 09:52 袖子麻麻 阅读(551) 评论(0) 推荐(0) 编辑
摘要: import java.util.Scanner; class Home_Day05_01{ public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("请输入想跳过包含几的数字和每行显示数字的个数"); ... 阅读全文
posted @ 2018-07-16 09:05 袖子麻麻 阅读(1681) 评论(0) 推荐(0) 编辑