Hd1029

Posted xihuangwutong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Hd1029相关的知识,希望对你有一定的参考价值。

#include <stdio.h>
int main()

      int n,i,j,item,arr[50000] = 0,m = 0;
      while(scanf("%d", &n) != EOF)
      
           for(i=0;i<n;i++)
           
                 scanf("%d", &j);
                 arr[j]++;
                 if (arr[j] >= (n+1)/2)
                 
                       m = j;
                 
           
           printf("%d\\n", m);
      
      return 0;

数组设置的小的话会出现一个ACCESS_VIOLATION

查询以后发现是数组设置的小了

以上是关于Hd1029的主要内容,如果未能解决你的问题,请参考以下文章

hd题目分类

HDOJ/HDU 1029 Ignatius and the Princess IV(简单DP,排序)

codevs 1029 遍历问题

1029 Median

1029 Median (25 分)

hdu1029