程序員面試金典 - 面試題 16.01. 交換數字(位運算swap)

1. 題目 編寫一個函數,不用臨時變量,直接交換numbers = [a, b]中a與b的值。python 示例: 輸入: numbers = [1,2] 輸出: [2,1] 提示: numbers.length == 2 來源:力扣(LeetCode) 連接:https://leetcode-cn.com/problems/swap-numbers-lcci 著做權歸領釦網絡全部。商業轉載請聯
相關文章
相關標籤/搜索