摘要: # 1873. 计算特殊奖金 2023年8月12日20:24:22 [1873. 计算特殊奖金](https://leetcode.cn/problems/calculate-special-bonus/) 简单 SQL Schema Pandas Schema 表: `Employees` ``` 阅读全文
posted @ 2023-08-12 21:04 吾执青剑向天涯 阅读(23) 评论(0) 推荐(0) 编辑
摘要: # 1572. 矩阵对角线元素的和 2023年8月12日19:07:51 [1572. 矩阵对角线元素的和](https://leetcode.cn/problems/matrix-diagonal-sum/) 简单 给你一个正方形矩阵 `mat`,请你返回矩阵对角线元素的和。 请你返回在矩阵主对角 阅读全文
posted @ 2023-08-12 21:03 吾执青剑向天涯 阅读(52) 评论(0) 推荐(0) 编辑
摘要: # 1667. 修复表中的名字 2023年8月12日20:26:09 [1667. 修复表中的名字](https://leetcode.cn/problems/fix-names-in-a-table/) 简单 SQL Schema Pandas Schema 表: `Users` ``` + + 阅读全文
posted @ 2023-08-12 21:03 吾执青剑向天涯 阅读(11) 评论(0) 推荐(0) 编辑
摘要: # 1683. 无效的推文 2023年8月12日20:22:34 [1683. 无效的推文](https://leetcode.cn/problems/invalid-tweets/) 简单 SQL Schema Pandas Schema 表:`Tweets` ``` + + + | Column 阅读全文
posted @ 2023-08-12 21:03 吾执青剑向天涯 阅读(19) 评论(0) 推荐(0) 编辑
摘要: # **1281. 整数的各位积和之差** 2023年8月10日08:45:01 [1281. 整数的各位积和之差](https://leetcode.cn/problems/subtract-the-product-and-sum-of-digits-of-an-integer/) 简单 给你一个 阅读全文
posted @ 2023-08-12 21:02 吾执青剑向天涯 阅读(12) 评论(0) 推荐(0) 编辑
摘要: # 1527. 患某种疾病的患者 2023年8月12日20:31:37 [1527. 患某种疾病的患者](https://leetcode.cn/problems/patients-with-a-condition/) 简单 SQL Schema Pandas Schema 患者信息表: `Pati 阅读全文
posted @ 2023-08-12 21:02 吾执青剑向天涯 阅读(44) 评论(0) 推荐(0) 编辑
摘要: # 1517. 查找拥有有效邮箱的用户 2023年8月12日20:27:49 [1517. 查找拥有有效邮箱的用户](https://leetcode.cn/problems/find-users-with-valid-e-mails/) 简单 SQL Schema Pandas Schema 表: 阅读全文
posted @ 2023-08-12 21:02 吾执青剑向天涯 阅读(23) 评论(0) 推荐(0) 编辑
摘要: # 595. 大的国家 [595. 大的国家](https://leetcode.cn/problems/big-countries/) 2023年8月12日19:05:32 简单 SQL Schema Pandas Schema `World` 表: ``` + + + | Column Name 阅读全文
posted @ 2023-08-12 21:01 吾执青剑向天涯 阅读(15) 评论(0) 推荐(0) 编辑
摘要: # 1148. 文章浏览 I 2023年8月12日20:21:30 [1148. 文章浏览 I](https://leetcode.cn/problems/article-views-i/) 简单 相关企业 SQL Schema Pandas Schema `Views` 表: ``` + + + 阅读全文
posted @ 2023-08-12 21:01 吾执青剑向天涯 阅读(18) 评论(0) 推荐(0) 编辑
摘要: # 183. 从不订购的客户 2023年8月12日20:15:58 [183. 从不订购的客户](https://leetcode.cn/problems/customers-who-never-order/) 简单 SQL Schema Pandas Schema `Customers` 表: ` 阅读全文
posted @ 2023-08-12 21:00 吾执青剑向天涯 阅读(10) 评论(0) 推荐(0) 编辑