摘要:
问题: 求开平方x后取整的值。 Example 1: Input: 4 Output: 2 Example 2: Input: 8 Output: 2 Explanation: The square root of 8 is 2.82842..., and since the decimal par 阅读全文
摘要:
问题: 给定 一组【被除数,除数,商】的数组,根据已知的等式关系, 求要求的一组【被除数,除数】的商。 Example: Given a / b = 2.0, b / c = 3.0. queries are: a / c = ?, b / a = ?, a / e = ?, a / a = ?, 阅读全文