We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aed98e commit b211187Copy full SHA for b211187
README.md
@@ -96,6 +96,15 @@ python grader.py
96
python grader.py <test_id>
97
```
98
99
+你也可以运行我们的参考实现来对比运行结果:
100
+
101
+```bash
102
+./tshref
103
104
+tsh>
105
+//...
106
+```
107
108
### 6. 评分标准 💯
109
110
- 基础功能实现(60%)
requirements.txt
@@ -0,0 +1,2 @@
1
+rich>=13.0.0
2
+tomli>=2.0.1
0 commit comments