feat: add problem yearly AC rate API endpoint

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-11 00:19:16 -06:00
parent ae783c3a89
commit 74d5c7256d
3 changed files with 53 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ class CacheKey:
problem_tags = "problem_tags"
comment_stats = "comment_stats"
user_activity_rank = "user_activity_rank"
problem_yearly_ac = "problem_yearly_ac"
class Difficulty(models.TextChoices):