出现次数最多的数(java),ccf考试模拟题

import java.util.Scanner;


public class Main {
   public static void main(String[] args) {
       Scanner sc = new Scanner(System.in);
       int n = sc.nextInt();
       int a[] = new int[n];
       int b[] = new int[n];
       for(int i = 0;imax)
        {
        max = b[i];
        c = i;
        }
       int min = a[c];
       for(int i = 0;i

搜索与推荐Wiki

扫一扫 关注微信公众号!号主 专注于搜索和推荐系统,尝试使用算法去更好的服务于用户,包括但不局限于机器学习,深度学习,强化学习,自然语言理解,知识图谱,还不定时分享技术,资料,思考等文章!


                             【技术服务】,详情点击查看:https://mp.weixin.qq.com/s/PtX9ukKRBmazAWARprGIAg 


外包服务

你可能感兴趣的:(#,Java基础与实战)