#Lutece0139. Special Fish
Special Fish
Migrated from Lutece 139 Special Fish
All parts of this problem, including description, images, samples, data and checker, might be broken. If you find bugs in this problem, please contact the admins.
Description
There is a kind of special fish in the East Lake where is closed to campus of Wuhan University. It’s hard to say which gender of those fish are, because every fish believes itself as a male, and it may attack one of some other fish who is believed to be female by it.
A fish will spawn after it has been attacked. Each fish can attack one other fish and can only be attacked once. No matter a fish is attacked or not, it can still try to attack another fish which is believed to be female by it.
There is a value we assigned to each fish and the spawns that two fish spawned also have a value which can be calculated by XOR
operator through the value of its parents.
We want to know the maximum possibility of the sum of the spawns.
Input
The input consists of multiply test cases. The first line of each test case contains an integer (), which is the number of the fish. The next line consists of n integers, indicating the () of each fish. The next lines, each line contains integers, represent a matrix. The fish believes the fish is female if and only if the in row and column if . The last test case is followed by a zero, which means the end of the input.
Output
Output the value for each test in a single line.
Samples
3
1 2 3
011
101
110
0
6
Resources
The 5th Guangting Cup Central China Invitatio