添加AI分析
Some checks failed
Deploy / build-and-deploy (push) Has been cancelled

This commit is contained in:
2025-09-28 10:51:04 +08:00
parent 0f0312529b
commit c6d2e17476
8 changed files with 250 additions and 82 deletions

View File

@@ -17,7 +17,7 @@ for i in range(4):
turtle.done()`
export const languageToId = {
export const languageToId: { [key in string]: number } = {
c: 50,
cpp: 54,
java: 62,