diff --git a/frontend/admin/src/components/problem/specialJudge.vue b/frontend/admin/src/components/problem/specialJudge.vue
new file mode 100644
index 00000000..d407af2b
--- /dev/null
+++ b/frontend/admin/src/components/problem/specialJudge.vue
@@ -0,0 +1,78 @@
+
+
+
+
+ {{ $t("problem.turnOnSpecialJudge") }}
+
+
+
+
+
+
+
+ {{ $t("problem.testSpecialJudge") }}
+
+
+
+
+
+
+
+
+
+
+
+
{{ $t("problem.specialJudgeTestResult") }}
+
{{ $t("adminUtils.CPUTime") }}: {{ CPUTime }} ms
+
{{ $t("adminUtils.memory") }}: {{ memory }} KB
+
{{ $t("problem.runResult") }}: {{ runResult }}
+
{{ $t("problem.output") }}
+
{{ output }}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/frontend/admin/src/components/problem/spj.vue b/frontend/admin/src/components/problem/spj.vue
deleted file mode 100644
index 8504d1f1..00000000
--- a/frontend/admin/src/components/problem/spj.vue
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/frontend/admin/src/components/utils/codeMirror.vue b/frontend/admin/src/components/utils/codeMirror.vue
index 109a3dc5..a970b834 100644
--- a/frontend/admin/src/components/utils/codeMirror.vue
+++ b/frontend/admin/src/components/utils/codeMirror.vue
@@ -1,18 +1,18 @@