描述:
給定一個整數數組 nums 和一個目标值 target,請你在該數組中找出和為目标值的那 兩個 整數,并傳回他們的數組下标。 你可以假設每種輸入隻會對應一個答案。但是,數組中同一個元素不能使用兩遍。 示例:
給定 nums = [2, 7, 11, 15], target = 9
因為 nums[0] + nums[1] = 2 + 7 = 9
是以傳回 [0, 1]
來源:力扣(LeetCode)
連結:https://leetcode-cn.com/problems/two-sum
著作權歸領扣網絡所有。商業轉載請聯系官方授權,非商業轉載請注明出處。
解題思路:
function sum_nunber(){
(array)$a;
(int)$b;
(int)$c;
(int)$d;
foreach($a as $key => $value){
$c = $b-$value;
$d = array_search($c, $a);
if($dd){
echo $a[$key].$a[$d];
unset($a[$key], $a[$d]);
}
}
}
.