码迷,mamicode.com
首页 > 其他好文 > 详细

bzoj 2456: mode【瞎搞】

时间:2018-09-15 12:26:02      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:amp   for   bzoj   print   pre   else   can   i++   int   

这题加个#include

#include<cstdio>
int n,la,x,tot;
int main()
{
    scanf("%d",&n);
    for(int i=1;i<=n;i++)
    {
        scanf("%d",&x);
        if(x==la)
            tot++;
        else if(!tot)
            la=x,tot=1;
        else 
            tot--;
    }
    printf("%d",la);
    return 0;
}

bzoj 2456: mode【瞎搞】

标签:amp   for   bzoj   print   pre   else   can   i++   int   

原文地址:https://www.cnblogs.com/lokiii/p/9650323.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!