/*
* Code below is just to print answers. Do not edit.
*/
foreach ($candiesTests as $candies) {
$beritsCandies = getBeritsCandies($candies);
echo('Berits candies: '.implode(', ', $beritsCandies).PHP_EOL);
}
We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.