781-rabbits-in-forest

DevGod needs to write a blog entry for this problem!
/**
 * @param {number[]} answers
 * @return {number}
 */
var numRabbits = function(answers) {
	
};