diff options
author | BoYanZh <bomingzh@sjtu.edu.cn> | 2020-10-31 12:06:33 +0800 |
---|---|---|
committer | BoYanZh <bomingzh@sjtu.edu.cn> | 2020-10-31 12:06:33 +0800 |
commit | c6cba8975eeb0f26b290b8799e85d9a27394568d (patch) | |
tree | c2db7006011d2f256e8e504eb37e1f776d49b988 | |
parent | e44199e698d7d5fa28c7fa510338543ee2ecff48 (diff) |
update readme
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -60,6 +60,7 @@ Please modify `JOJ_INFO` for different homework. - [x] Any group submission that is more than 24 hours late will be rejected. **(-2.5 marks)** - [x] For each exercise, the final submission must pass at least 25% of the test cases. **(-0.25 mark per exercise, up to -0.5)** - [x] For a homework the final submission must pass at least 50% of all the test cases. **(-0.5 mark)** +- [x] Using global variable, breaking the rule in code_quality.pdf. **(-0.5 mark)** ## Tips: |