第一题 Scanner sc = new Scanner(System.in); ArrayList<Integer> list = new ArrayList<Integer>(); while (sc.hasNextInt()) {     list.add(sc.nextInt()); } 第二题 Scanner sc = new Scanner(System.in); ArrayList<Integer> list = new ArrayList<Integer>(); string s = sc.nextLine(); int k = sc.nextInt(); String[] numString = in.nextLine().split(" "); for (String t:numString) {     list.add(Integer.parseInt(t)); }
点赞 评论

相关推荐

10-28 10:48
已编辑
门头沟学院 Java
孩子我想要offer:发笔试后还没笔试把我挂了,然后邮箱一直让我测评没测,后面不知道干嘛又给我捞起来下轮笔试,做完测评笔试又挂了😅
点赞 评论 收藏
分享
10-13 12:53
已编辑
湖北工业大学 前端工程师
小海c:包装一下,第一个感觉是字节青训营的那个,后面那个是黑马的
点赞 评论 收藏
分享
牛客网
牛客网在线编程
牛客网题解
牛客企业服务