首页 > 咪咕9.12笔试
头像
是瑶瑶公主呀
编辑于 2020-09-12 14:39
+ 关注

咪咕9.12笔试

12:00-17:00任选
题型:
单选 + 多选5 + 判断5 + 一道编程(数组中出现一次的数字)
24个性格测试
    public static void main(String[] args) {
        Scanner in = new Scanner(System.in);
        int n = in.nextInt();
        while (in.hasNextInt()) {
            n = n ^ in.nextInt();
        }
        System.out.println(n);
    }


全部评论

(25) 回帖
加载中...
话题 回帖

相关热帖

近期热帖

历年真题 真题热练榜 24小时
技术(软件)/信息技术类
查看全部

近期精华帖

热门推荐