Files
BH-Python-Interpreter-2023/docs/suggestions.md
Wankupi 2e29af68b3 init
2023-10-30 19:50:48 +08:00

15 lines
480 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

### 一些小建议
0. 有搞不明白的问题找助教啦~
1. git仓库中放置测试点可能使你的仓库克隆时间增长导致评测变慢。
推荐将本仓库下载到本地后,只在你的仓库中放置必要的文件。
2. 建议使用多文件编程。将整个解释器分成多个模块,分别写在不同的文件中。
3. 清楚调用的函数的复杂度。
4. 你可以先 `using int2048 = long long;` 来方便前期编写。
TO_BE_CONTINUED