摘要: Divide two integers without using multiplication, division and mod operator. If it is overflow, return MAX_INT. 要求不使用乘法、除法或模运算实现: dividend/divisor,也就是 阅读全文
posted @ 2015-06-22 14:43 Mr.do 阅读(120) 评论(0) 推荐(0) 编辑