You are Given n(1 <= n <= 100) integers (each number no more than 100 and no less than 0), now you must choose m numbers and the xor value is maximum.
For each test case, firstly print "Case X: " where X is the case number and then print the maximum xor value.