Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [6909. 最长奇偶子数组](https://leetcode.cn/problems/longest-even-odd-subarray-with-threshold)
# [2760. 最长奇偶子数组](https://leetcode.cn/problems/longest-even-odd-subarray-with-threshold)

[English Version](/solution/6900-6999/6909.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README_EN.md)
[English Version](/solution/2700-2799/2760.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README_EN.md)

## 题目描述

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [6909. Longest Even Odd Subarray With Threshold](https://leetcode.com/problems/longest-even-odd-subarray-with-threshold)
# [2760. Longest Even Odd Subarray With Threshold](https://leetcode.com/problems/longest-even-odd-subarray-with-threshold)

[中文文档](/solution/6900-6999/6909.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README.md)
[中文文档](/solution/2700-2799/2760.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README.md)

## Description

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [6916. 和等于目标值的质数对](https://leetcode.cn/problems/prime-pairs-with-target-sum)
# [2761. 和等于目标值的质数对](https://leetcode.cn/problems/prime-pairs-with-target-sum)

[English Version](/solution/6900-6999/6916.Prime%20Pairs%20With%20Target%20Sum/README_EN.md)
[English Version](/solution/2700-2799/2761.Prime%20Pairs%20With%20Target%20Sum/README_EN.md)

## 题目描述

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [6916. Prime Pairs With Target Sum](https://leetcode.com/problems/prime-pairs-with-target-sum)
# [2761. Prime Pairs With Target Sum](https://leetcode.com/problems/prime-pairs-with-target-sum)

[中文文档](/solution/6900-6999/6916.Prime%20Pairs%20With%20Target%20Sum/README.md)
[中文文档](/solution/2700-2799/2761.Prime%20Pairs%20With%20Target%20Sum/README.md)

## Description

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [6911. 不间断子数组](https://leetcode.cn/problems/continuous-subarrays)
# [2762. 不间断子数组](https://leetcode.cn/problems/continuous-subarrays)

[English Version](/solution/6900-6999/6911.Continuous%20Subarrays/README_EN.md)
[English Version](/solution/2700-2799/2762.Continuous%20Subarrays/README_EN.md)

## 题目描述

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [6911. Continuous Subarrays](https://leetcode.com/problems/continuous-subarrays)
# [2762. Continuous Subarrays](https://leetcode.com/problems/continuous-subarrays)

[中文文档](/solution/6900-6999/6911.Continuous%20Subarrays/README.md)
[中文文档](/solution/2700-2799/2762.Continuous%20Subarrays/README.md)

## Description

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [6894. 所有子数组中不平衡数字之和](https://leetcode.cn/problems/sum-of-imbalance-numbers-of-all-subarrays)
# [2763. 所有子数组中不平衡数字之和](https://leetcode.cn/problems/sum-of-imbalance-numbers-of-all-subarrays)

[English Version](/solution/6800-6899/6894.Sum%20of%20Imbalance%20Numbers%20of%20All%20Subarrays/README_EN.md)
[English Version](/solution/2700-2799/2763.Sum%20of%20Imbalance%20Numbers%20of%20All%20Subarrays/README_EN.md)

## 题目描述

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [6894. Sum of Imbalance Numbers of All Subarrays](https://leetcode.com/problems/sum-of-imbalance-numbers-of-all-subarrays)
# [2763. Sum of Imbalance Numbers of All Subarrays](https://leetcode.com/problems/sum-of-imbalance-numbers-of-all-subarrays)

[中文文档](/solution/6800-6899/6894.Sum%20of%20Imbalance%20Numbers%20of%20All%20Subarrays/README.md)
[中文文档](/solution/2700-2799/2763.Sum%20of%20Imbalance%20Numbers%20of%20All%20Subarrays/README.md)

## Description

Expand Down
8 changes: 4 additions & 4 deletions solution/CONTEST_README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@

#### 第 352 场周赛(2023-07-02 10:30, 90 分钟) 参赛人数 3437

- [6909. 最长奇偶子数组](/solution/6900-6999/6909.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README.md)
- [6916. 和等于目标值的质数对](/solution/6900-6999/6916.Prime%20Pairs%20With%20Target%20Sum/README.md)
- [6911. 不间断子数组](/solution/6900-6999/6911.Continuous%20Subarrays/README.md)
- [6894. 所有子数组中不平衡数字之和](/solution/6800-6899/6894.Sum%20of%20Imbalance%20Numbers%20of%20All%20Subarrays/README.md)
- [2760. 最长奇偶子数组](/solution/2700-2799/2760.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README.md)
- [2761. 和等于目标值的质数对](/solution/2700-2799/2761.Prime%20Pairs%20With%20Target%20Sum/README.md)
- [2762. 不间断子数组](/solution/2700-2799/2762.Continuous%20Subarrays/README.md)
- [2763. 所有子数组中不平衡数字之和](/solution/2700-2799/2763.Sum%20of%20Imbalance%20Numbers%20of%20All%20Subarrays/README.md)

#### 第 351 场周赛(2023-06-25 10:30, 90 分钟) 参赛人数 2471

Expand Down
8 changes: 4 additions & 4 deletions solution/CONTEST_README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Get your rating changes right after the completion of LeetCode contests, https:/

#### Weekly Contest 352

- [6909. Longest Even Odd Subarray With Threshold](/solution/6900-6999/6909.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README_EN.md)
- [6916. Prime Pairs With Target Sum](/solution/6900-6999/6916.Prime%20Pairs%20With%20Target%20Sum/README_EN.md)
- [6911. Continuous Subarrays](/solution/6900-6999/6911.Continuous%20Subarrays/README_EN.md)
- [6894. Sum of Imbalance Numbers of All Subarrays](/solution/6800-6899/6894.Sum%20of%20Imbalance%20Numbers%20of%20All%20Subarrays/README_EN.md)
- [2760. Longest Even Odd Subarray With Threshold](/solution/2700-2799/2760.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README_EN.md)
- [2761. Prime Pairs With Target Sum](/solution/2700-2799/2761.Prime%20Pairs%20With%20Target%20Sum/README_EN.md)
- [2762. Continuous Subarrays](/solution/2700-2799/2762.Continuous%20Subarrays/README_EN.md)
- [2763. Sum of Imbalance Numbers of All Subarrays](/solution/2700-2799/2763.Sum%20of%20Imbalance%20Numbers%20of%20All%20Subarrays/README_EN.md)

#### Weekly Contest 351

Expand Down
8 changes: 4 additions & 4 deletions solution/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2770,10 +2770,10 @@
| 2757 | [Generate Circular Array Values](/solution/2700-2799/2757.Generate%20Circular%20Array%20Values/README.md) | | 中等 | 🔒 |
| 2758 | [Next Day](/solution/2700-2799/2758.Next%20Day/README.md) | | 简单 | 🔒 |
| 2759 | [Convert JSON String to Object](/solution/2700-2799/2759.Convert%20JSON%20String%20to%20Object/README.md) | | 困难 | 🔒 |
| 6894 | [所有子数组中不平衡数字之和](/solution/6800-6899/6894.Sum%20of%20Imbalance%20Numbers%20of%20All%20Subarrays/README.md) | | 困难 | 第 352 场周赛 |
| 6909 | [最长奇偶子数组](/solution/6900-6999/6909.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README.md) | | 简单 | 第 352 场周赛 |
| 6911 | [不间断子数组](/solution/6900-6999/6911.Continuous%20Subarrays/README.md) | | 中等 | 第 352 场周赛 |
| 6916 | [和等于目标值的质数对](/solution/6900-6999/6916.Prime%20Pairs%20With%20Target%20Sum/README.md) | | 中等 | 第 352 场周赛 |
| 2760 | [最长奇偶子数组](/solution/2700-2799/2760.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README.md) | | 简单 | 第 352 场周赛 |
| 2761 | [和等于目标值的质数对](/solution/2700-2799/2761.Prime%20Pairs%20With%20Target%20Sum/README.md) | | 中等 | 第 352 场周赛 |
| 2762 | [不间断子数组](/solution/2700-2799/2762.Continuous%20Subarrays/README.md) | | 中等 | 第 352 场周赛 |
| 2763 | [所有子数组中不平衡数字之和](/solution/2700-2799/2763.Sum%20of%20Imbalance%20Numbers%20of%20All%20Subarrays/README.md) | | 困难 | 第 352 场周赛 |

## 版权

Expand Down
8 changes: 4 additions & 4 deletions solution/README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2768,10 +2768,10 @@ Press <kbd>Control</kbd>+<kbd>F</kbd>(or <kbd>Command</kbd>+<kbd>F</kbd> on the
| 2757 | [Generate Circular Array Values](/solution/2700-2799/2757.Generate%20Circular%20Array%20Values/README_EN.md) | | Medium | 🔒 |
| 2758 | [Next Day](/solution/2700-2799/2758.Next%20Day/README_EN.md) | | Easy | 🔒 |
| 2759 | [Convert JSON String to Object](/solution/2700-2799/2759.Convert%20JSON%20String%20to%20Object/README_EN.md) | | Hard | 🔒 |
| 6894 | [Sum of Imbalance Numbers of All Subarrays](/solution/6800-6899/6894.Sum%20of%20Imbalance%20Numbers%20of%20All%20Subarrays/README_EN.md) | | Hard | Weekly Contest 352 |
| 6909 | [Longest Even Odd Subarray With Threshold](/solution/6900-6999/6909.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README_EN.md) | | Easy | Weekly Contest 352 |
| 6911 | [Continuous Subarrays](/solution/6900-6999/6911.Continuous%20Subarrays/README_EN.md) | | Medium | Weekly Contest 352 |
| 6916 | [Prime Pairs With Target Sum](/solution/6900-6999/6916.Prime%20Pairs%20With%20Target%20Sum/README_EN.md) | | Medium | Weekly Contest 352 |
| 2760 | [Longest Even Odd Subarray With Threshold](/solution/2700-2799/2760.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README_EN.md) | | Easy | Weekly Contest 352 |
| 2761 | [Prime Pairs With Target Sum](/solution/2700-2799/2761.Prime%20Pairs%20With%20Target%20Sum/README_EN.md) | | Medium | Weekly Contest 352 |
| 2762 | [Continuous Subarrays](/solution/2700-2799/2762.Continuous%20Subarrays/README_EN.md) | | Medium | Weekly Contest 352 |
| 2763 | [Sum of Imbalance Numbers of All Subarrays](/solution/2700-2799/2763.Sum%20of%20Imbalance%20Numbers%20of%20All%20Subarrays/README_EN.md) | | Hard | Weekly Contest 352 |

## Copyright

Expand Down
12 changes: 4 additions & 8 deletions solution/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -2813,11 +2813,7 @@
- [2757.Generate Circular Array Values](/solution/2700-2799/2757.Generate%20Circular%20Array%20Values/README.md)
- [2758.Next Day](/solution/2700-2799/2758.Next%20Day/README.md)
- [2759.Convert JSON String to Object](/solution/2700-2799/2759.Convert%20JSON%20String%20to%20Object/README.md)

- 6800-6899
- [6894.所有子数组中不平衡数字之和](/solution/6800-6899/6894.Sum%20of%20Imbalance%20Numbers%20of%20All%20Subarrays/README.md)

- 6900-6999
- [6909.最长奇偶子数组](/solution/6900-6999/6909.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README.md)
- [6911.不间断子数组](/solution/6900-6999/6911.Continuous%20Subarrays/README.md)
- [6916.和等于目标值的质数对](/solution/6900-6999/6916.Prime%20Pairs%20With%20Target%20Sum/README.md)
- [2760.最长奇偶子数组](/solution/2700-2799/2760.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README.md)
- [2761.和等于目标值的质数对](/solution/2700-2799/2761.Prime%20Pairs%20With%20Target%20Sum/README.md)
- [2762.不间断子数组](/solution/2700-2799/2762.Continuous%20Subarrays/README.md)
- [2763.所有子数组中不平衡数字之和](/solution/2700-2799/2763.Sum%20of%20Imbalance%20Numbers%20of%20All%20Subarrays/README.md)
12 changes: 4 additions & 8 deletions solution/summary_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -2813,11 +2813,7 @@
- [2757.Generate Circular Array Values](/solution/2700-2799/2757.Generate%20Circular%20Array%20Values/README_EN.md)
- [2758.Next Day](/solution/2700-2799/2758.Next%20Day/README_EN.md)
- [2759.Convert JSON String to Object](/solution/2700-2799/2759.Convert%20JSON%20String%20to%20Object/README_EN.md)

- 6800-6899
- [6894.Sum of Imbalance Numbers of All Subarrays](/solution/6800-6899/6894.Sum%20of%20Imbalance%20Numbers%20of%20All%20Subarrays/README_EN.md)

- 6900-6999
- [6909.Longest Even Odd Subarray With Threshold](/solution/6900-6999/6909.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README_EN.md)
- [6911.Continuous Subarrays](/solution/6900-6999/6911.Continuous%20Subarrays/README_EN.md)
- [6916.Prime Pairs With Target Sum](/solution/6900-6999/6916.Prime%20Pairs%20With%20Target%20Sum/README_EN.md)
- [2760.Longest Even Odd Subarray With Threshold](/solution/2700-2799/2760.Longest%20Even%20Odd%20Subarray%20With%20Threshold/README_EN.md)
- [2761.Prime Pairs With Target Sum](/solution/2700-2799/2761.Prime%20Pairs%20With%20Target%20Sum/README_EN.md)
- [2762.Continuous Subarrays](/solution/2700-2799/2762.Continuous%20Subarrays/README_EN.md)
- [2763.Sum of Imbalance Numbers of All Subarrays](/solution/2700-2799/2763.Sum%20of%20Imbalance%20Numbers%20of%20All%20Subarrays/README_EN.md)