From 3600d3e87b2797502fe29726a6f2c349502506ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B8=85=E6=BA=90?= Date: Wed, 14 Sep 2022 07:32:03 -0400 Subject: [PATCH] Update README.md, Documentations/1-parser/README.md files --- Documentations/1-parser/README.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentations/1-parser/README.md b/Documentations/1-parser/README.md index b3446ea..27e8d6b 100644 --- a/Documentations/1-parser/README.md +++ b/Documentations/1-parser/README.md @@ -246,9 +246,9 @@ int main(void) { * 迟交规定 - * Soft Deadline:2022-09-28 23:59:59 (UTC+8) + * Soft Deadline:2022-10-03 23:59:59 (UTC+8) - * Hard Deadline:2022-10-05 23:59:59 (UTC+8) + * Hard Deadline:2022-10-10 23:59:59 (UTC+8) * 补交请邮件提醒 TA: diff --git a/README.md b/README.md index 41d1b7e..62d806e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ## 目前已布置的实验 * [lab1](./Documentations/1-parser/) - + DDL:2022-09-28 23:59:59 (UTC+8) + + DDL:2022-10-03 23:59:59 (UTC+8) ## FAQ: How to merge upstream remote branches -- GitLab