07 2020 档案

摘要:Problem Statement Given two numbers, hour and minutes. Return the smaller angle (in degrees) formed between the hour and the minute hand. Example 1: I 阅读全文
posted @ 2020-07-21 13:41 包子模拟面试 阅读(199) 评论(0) 推荐(0)
摘要:Problem Statement Given an array of integers nums. A pair (i,j) is called good if nums[i] == nums[j] and i < j. Return the number of good pairs. Examp 阅读全文
posted @ 2020-07-19 06:26 包子模拟面试 阅读(292) 评论(0) 推荐(0)