feat: add problem yearly AC rate API endpoint
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user