add create a problem.

This commit is contained in:
2023-03-27 20:27:30 +08:00
parent 9bc1a1b5b5
commit 1698626704
10 changed files with 122 additions and 32 deletions

View File

@@ -212,7 +212,7 @@ export const DEAD_RESULTS = {
},
}
export const LANGUAGE_VALUE = {
export const LANGUAGE_FORMAT_VALUE = {
C: "c",
"C++": "cpp",
Java: "java",
@@ -221,3 +221,13 @@ export const LANGUAGE_VALUE = {
JavaScript: "javascript",
Golang: "go",
}
export const LANGUAGE_SHOW_VALUE = {
C: "C",
"C++": "C++",
Java: "Java",
Python2: "Python",
Python3: "Python",
JavaScript: "JS",
Golang: "Go",
}