Skip to content

feat: add weekly contest 484#4961

Merged
yanglbme merged 2 commits intomainfrom
dev
Jan 11, 2026
Merged

feat: add weekly contest 484#4961
yanglbme merged 2 commits intomainfrom
dev

Conversation

@yanglbme
Copy link
Member

No description provided.

Copilot AI review requested due to automatic review settings January 11, 2026 04:19
@idoocs idoocs added cpp Issues or Pull requests relate to .cpp code core team Issues or pull requests from core team go Issues or Pull requests relate to .go code java Issues or Pull requests relate to .java code md Issues or Pull requests relate to .md files py Issues or Pull requests relate to .py code ts Issues or Pull requests relate to .ts code labels Jan 11, 2026
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR adds support for LeetCode Weekly Contest 484, which includes 4 new problems numbered 3803-3806. The contest information is added to both English and Chinese documentation with problem links and metadata.

Changes:

  • Added 4 new contest problems (3803-3806) to the main README tables
  • Added Weekly Contest 484 section to contest-specific README files with problem listings
  • Fixed indentation of a comment in the root README.md

Reviewed changes

Copilot reviewed 43 out of 46 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
solution/README_EN.md Added 4 problem entries (3803-3806) to the English problem index table
solution/README.md Added 4 problem entries (3803-3806) to the Chinese problem index table
solution/CONTEST_README_EN.md Added Weekly Contest 484 section with links to the 4 problems in English
solution/CONTEST_README.md Added Weekly Contest 484 section with contest metadata and links to the 4 problems in Chinese
README.md Fixed indentation of a comment line (unrelated formatting fix)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +3816 to +3819
| 3803 | [统计残差前缀](/solution/3800-3899/3803.Count%20Residue%20Prefixes/README.md) | | 简单 | 第 484 场周赛 |
| 3804 | [中心子数组的数量](/solution/3800-3899/3804.Number%20of%20Centered%20Subarrays/README.md) | | 中等 | 第 484 场周赛 |
| 3805 | [统计凯撒加密对数目](/solution/3800-3899/3805.Count%20Caesar%20Cipher%20Pairs/README.md) | | 中等 | 第 484 场周赛 |
| 3806 | [增加操作后最大按位与的结果](/solution/3800-3899/3806.Maximum%20Bitwise%20AND%20After%20Increment%20Operations/README.md) | | 困难 | 第 484 场周赛 |
Copy link

Copilot AI Jan 11, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The line numbers in the first column (3816, 3817, 3818, 3819) are inconsistent with the corresponding entries in README_EN.md which uses line numbers 3814, 3815, 3816, 3817. Both files should use the same line numbering system since they represent the same problem entries. Please align these line numbers with README_EN.md to maintain consistency across the documentation.

Copilot uses AI. Check for mistakes.
@yanglbme yanglbme merged commit 0effcc5 into main Jan 11, 2026
@yanglbme yanglbme deleted the dev branch January 11, 2026 04:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

core team Issues or pull requests from core team cpp Issues or Pull requests relate to .cpp code go Issues or Pull requests relate to .go code java Issues or Pull requests relate to .java code md Issues or Pull requests relate to .md files py Issues or Pull requests relate to .py code ts Issues or Pull requests relate to .ts code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants