add leaderboard

This commit is contained in:
2026-03-09 20:00:06 +08:00
parent c01273bccd
commit 3a58925764
9 changed files with 104 additions and 4 deletions

View File

@@ -105,3 +105,11 @@ class SubmissionFilter(Schema):
class FlagIn(Schema):
flag: Optional[Literal["red", "blue", "green", "yellow"]] = None
class MyScoreOut(Schema):
task_id: int
task_display: int
task_title: str
score: float
created: str