= 0; $i--) { if ($i * $reg <= $meatCount && $meatCount + $i <= $max) { $result = $i; break; } } printf("$result");