fix judge.

This commit is contained in:
2023-12-19 16:02:19 +08:00
parent ea2adbe978
commit 47afc84096
12 changed files with 1126 additions and 441 deletions

View File

@@ -1,3 +1,15 @@
# 如何使用本网站
本站是用于
本站是用于
<script lang="ts" setup>
const code = `
n = input()
print(n*3)
if n == "3":
print("哈哈哈")
`
</script>
<code-editor :code="code"></code-editor>