public interface Tree {
	int sumOfLeaves();
	}