public interface ChocolateConsumerPair {

    public int consume(int[] bars);

}