阿里8.23第一题,求大指点哪里不对

public class Main {
    public static void main(String[] args) {
        Scanner sc = new Scanner(System.in);
        int n = sc.nextInt();
        int[] nums1 = new int[n];
        int[] nums2 = new int[n];
        int[] nums3 = new int[n];
        int l1 = 0;
        int l2 = 0;
        int l3 = 0;
        for(int j = 0;j < n;j++){
            nums1[j] = sc.nextInt();
        }
        for(int j = 0;j < n;j++){
            nums2[j] = sc.nextInt();
        }
        for(int j = 0;j < n;j++){
            nums3[j] = sc.nextInt();
        }
        Arrays.sort(nums1);
        Arrays.sort(nums2);
        Arrays.sort(nums3);
        int ans = 0;
        for(int i = 0;i < n;i++){
            int min = Math.min(nums1[l1],Math.min(nums2[l2],nums3[l3]));
            if(min == nums1[l1]){
                l1++;
            }else if(min == nums2[l2]){
                l2++;
            }else {
                l3++;
            }
            ans = ans + min;
        }
        System.out.println(ans);
    }
}

#阿里笔试##阿里巴巴#
全部评论
Long类型保存ans
点赞 回复 分享
发布于 2021-08-24 08:51

相关推荐

牛客539033066号:放心吧,这里面一大半都不会去面试的,剩下一半面过了最后还是回拒,实际上免笔试的那些bg的人,没多少愿意去这些岗位,薪资水平在那里
点赞 评论 收藏
分享
评论
1
收藏
分享
牛客网
牛客企业服务