摘要: 18.1 Write a function that adds two numbers. You should not use + or any arithmetic operators. 这道题让我们实现两数相加,但是不能用加号或者其他什么数学运算符号,那么我们只能回归计算机运算的本质,位操作Bi 阅读全文
posted @ 2016-05-02 10:03 Grandyang 阅读(5180) 评论(9) 推荐(0)
Fork me on GitHub