fn get_monkey_business_level(
    monkeys: &mut Vec<Monkey>,
    rounds: usize,
    worry_divisor: isize
) -> usize
Expand description

Simulate the monkeys for a number of rounds, then multiply the handling counts of the two mist active monkeys to get their “monkey business score!