摘要: You are given an array of unique integers salary where salary[i] is the salary of the ith employee. Return the average salary of employees excluding t 阅读全文
posted @ 2022-02-07 14:39 CNoodle 阅读(249) 评论(0) 推荐(0)
摘要: Given two non-negative integers low and high. Return the count of odd numbers between low and high (inclusive). Example 1: Input: low = 3, high = 7 Ou 阅读全文
posted @ 2022-02-07 14:02 CNoodle 阅读(253) 评论(0) 推荐(0)