announcement.

This commit is contained in:
2023-12-22 10:31:32 +08:00
parent 8f716a7ef1
commit 0c6a1db4e4
12 changed files with 356 additions and 35 deletions

View File

@@ -46,7 +46,7 @@ const problem = reactive<BlankProblem>({
time_limit: 1000,
memory_limit: 64,
difficulty: "Low",
visible: true,
visible: false,
share_submission: false,
tags: [],
languages: ["C", "Python3"],