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

杭电1029

时间:2017-02-16 23:48:40      阅读:168      评论:0      收藏:0      [点我收藏+]

标签:++   style   clu   scanf   else   sort   ant   color   class   

 1 //用c++的sort可以过
 2 #include<stdio.h>
 3 int main()
 4 {
 5     int n;
 6     while(~scanf("%d",&n))
 7     {
 8         int ans,ant,num=0;
 9         while(n--)
10         {
11             scanf("%d",&ant);
12             if(num)
13                 if(ans == ant)
14                     ++num;
15                 else
16                     --num;
17             else
18             {
19                 ++num;
20                 ans = ant;
21             }
22         }
23         printf("%d\n",ans);
24     }
25 }

 

杭电1029

标签:++   style   clu   scanf   else   sort   ant   color   class   

原文地址:http://www.cnblogs.com/qq188380780/p/6407494.html

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