79622424

Date: 2025-05-14 23:45:05
Score: 1
Natty:
Report link
<?php
$a = "38.5";
$result = bcdiv(bcadd($a, "6", 100), "2", 100);
echo $result;
?>


Solved!!. 
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Asif Iqbal