<?php$all = array();enter code herefor($i = 1 ; $i <= 100 ; $i++){$ric=sqrt($i);if(is_int($ric) == true){ $all[] = $i; }}$max = max($all);$min = min($all);echo "MIN=".$min."<br>";echo "MAX=".$max;你好,我改變了我的代碼,而不是if((int)$ric - $ric == 0)我寫(xiě)這個(gè)if(is_int($ric) == true),但它讓我錯(cuò)了。問(wèn)題是什么?請(qǐng)幫幫我。
如何找到最大值
至尊寶的傳說(shuō)
2023-09-15 18:40:24