fix
Some checks failed
Deploy / deploy (push) Has been cancelled

This commit is contained in:
2025-09-25 23:30:38 +08:00
parent d7bc25d086
commit 093acd68ea

View File

@@ -120,7 +120,7 @@ export interface Problem {
total_score: number
submission_number: number
accepted_number: number
statistic_info: { time_cost: number; memory_cost: number }
statistic_info: { [key: string]: number }
share_submission: boolean
contest: number
my_status: number