题解 | #整型数组合并#

整型数组合并

http://www.nowcoder.com/practice/c4f11ea2c886429faf91decfaf6a310b


public class Main{
    public static void main(String[] agrs){
        Scanner sc = new Scanner(System.in);
        if(sc.hasNext()){
            if (sc.hasNext()) {
                TreeSet<Integer> treeSet = new TreeSet<>();
                int one=sc.nextInt();
                for (int i = 0; i <one ; i++) {
                    treeSet.add(sc.nextInt());
                }
                int two=sc.nextInt();
                for (int i = 0; i <two ; i++) {
                    treeSet.add(sc.nextInt());
                }
                for (Integer integer : treeSet) {
                    System.out.print(integer);
                }
            }
        }
    }
}
全部评论

相关推荐

贺兰星辰:不要漏个人信息,除了简历模板不太好以外你这个个人简介是不是太夸大了...
点赞 评论 收藏
分享
11-01 08:48
门头沟学院 C++
伤心的候选人在吵架:佬你不要的,能不能拿户口本证明过户给我。。球球了
点赞 评论 收藏
分享
评论
点赞
收藏
分享
牛客网
牛客企业服务