Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以就如何做到这一点提出建议吗?
由于除法只是一系列重复的减法,我认为你可以做到这一点。(在你请我吃饭之前不要放弃完整的代码)
你可以使用一个循环,每次迭代减去你除以一次的数量,并记录你能够做到这一点的次数。这应该非常接近整数除法,尽管效率很低。