摘要: Given two numbers, hour and minutes. Return the smaller angle (in sexagesimal units) formed between the hour and the minute hand. Example 1: Input: ho 阅读全文
posted @ 2020-02-13 02:56 Schwifty 阅读(323) 评论(0) 推荐(0)
摘要: Given an array of integers arr and two integers k and threshold. Return the number of sub-arrays of size k and average greater than or equal to thresh 阅读全文
posted @ 2020-02-13 01:57 Schwifty 阅读(243) 评论(0) 推荐(0)