摘要:
<?php /* demo */ $tf = new TwentyFourCal(); $tf->calculate( array(5,5,5,5) ); $tf->calculate( array(2,4,10,10) ); $tf->calculate( array(4,4,10,10) ); 阅读全文
posted @ 2024-06-01 01:52
onestopweb
阅读(48)
评论(0)
推荐(0)
摘要:
注意:同样存在少数计算不出24的现象,不过已经接近完善了 <?php set_time_limit(0); $values = array(2, 4, 10, 10); $result = 24; $list = array(); echo "<pre>"; @makeValue($values); 阅读全文
posted @ 2024-06-01 01:40
onestopweb
阅读(35)
评论(0)
推荐(0)

浙公网安备 33010602011771号