add problem prompt

This commit is contained in:
2025-10-04 00:45:01 +08:00
parent 15d0e3cac6
commit 7f1ecec290
2 changed files with 10 additions and 4 deletions

View File

@@ -117,6 +117,7 @@ export interface Problem {
rule_type: string
difficulty: "Low" | "Mid" | "High"
source: string
prompt: string
total_score: number
submission_number: number
accepted_number: number