1073.Cookies
提交状态 耗时 内存 语言 提交时间

1073.Cookies

时间限制:1000MS  内存限制:65535KB
题目描述
Olga came to visit the twins Anna and Maria and saw that they have many cookies. The cookies are distributed into bags. As there are many cookies, Olga decided that it's no big deal if she steals a bag. However, she doesn't want the sisters to quarrel because of nothing when they divide the cookies. That's why Olga wants to steal a bag with cookies so that the number of cookies in the remaining bags was even, that is, so that Anna and Maria could evenly divide it into two (even 0 remaining cookies will do, just as any other even number). How many ways there are to steal exactly one cookie bag so that the total number of cookies in the remaining bags was even?
输入描述
The input consists of several test cases.
The first line contains the only integer n (1<=n<=100) — the number of cookie bags Anna and Maria have. The second line contains n integers ai (1<=ai<=100) — the number of cookies in the i-th bag.
Process to the end of file. 
输出描述
Print in the only line the only number — the sought number of ways. If there are no such ways print 0.
示例
输入样例
1
1
10
1 2 2 3 4 4 4 2 2 2
2
1 1
输出样例
1
8
0
提示
相关标签
登陆后才可以提交
测试输入
执行结果
控制台
代码编辑器配置
  • 字体设置
    调整适合你的字体大小。
  • 主题设置
    切换不同的代码编辑器主题,选择适合你的语法高亮。
  • 行宽限制
    设置每一行代码的最大字符个数,设置为0则不限制。