AK. [USACO12OPEN] Balanced Cow Subsets G

    Type: RemoteJudge 1000ms 125MiB

[USACO12OPEN] Balanced Cow Subsets G

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

题目描述

Farmer John's owns N cows (2 <= N <= 20), where cow i produces M(i) units of milk each day (1 <= M(i) <= 100,000,000). FJ wants to streamline the process of milking his cows every day, so he installs a brand new milking machine in his barn. Unfortunately, the machine turns out to be far too sensitive: it only works properly if the cows on the left side of the barn have the exact same total milk output as the cows on the right side of the barn!

Let us call a subset of cows "balanced" if it can be partitioned into two groups having equal milk output. Since only a balanced subset of cows can make the milking machine work, FJ wonders how many subsets of his N cows are balanced. Please help him compute this quantity.

输入格式

* Line 1: The integer N.

* Lines 2..1+N: Line i+1 contains M(i).

输出格式

* Line 1: The number of balanced subsets of cows.

4 
1 
2 
3 
4 

3 

提示

There are 4 cows, with milk outputs 1, 2, 3, and 4.

There are three balanced subsets: the subset {1,2,3}, which can be partitioned into {1,2} and {3}, the subset {1,3,4}, which can be partitioned into {1,3} and {4}, and the subset {1,2,3,4} which can be partitioned into {1,4} and {2,3}.

【蒙青创】2025年CSP-J/S 冲刺【搜索】

Not Claimed
Status
Done
Problem
100
Open Since
2025-9-1 0:00
Deadline
2025-11-28 23:59
Extension
24 hour(s)