Monthly Archives: 一月 2016

不要使用第三個變數,交換二個變數的值

int a = 3, b = 5; a = (b = (a ^ b) ^ b) … 繼續閱讀

張貼在 Problem | 發表留言