This commit is contained in:
2025-10-04 13:57:53 +08:00
parent 204bbf2d3c
commit c8751223db
7 changed files with 80 additions and 53 deletions

View File

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