add problem answers

This commit is contained in:
2025-10-04 01:46:34 +08:00
parent 7f1ecec290
commit 68512d6d54
2 changed files with 87 additions and 30 deletions

View File

@@ -118,6 +118,7 @@ export interface Problem {
difficulty: "Low" | "Mid" | "High"
source: string
prompt: string
answers: {language: LANGUAGE, code: string}[]
total_score: number
submission_number: number
accepted_number: number