码迷,mamicode.com
首页 > 其他好文 > 详细

[LintCode] Divide Two Integers 两数相除

时间:2016-08-09 01:55:33      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:

 

Divide two integers without using multiplication, division and mod operator.

If it is overflow, return 2147483647

 
Example

Given dividend = 100 and divisor = 9, return 11.

 

[LintCode] Divide Two Integers 两数相除

标签:

原文地址:http://www.cnblogs.com/grandyang/p/5751454.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!