From e1ac7cd30393eeae62ee553fad43196bfd7ebaf6 Mon Sep 17 00:00:00 2001 From: Samler <15181536@qq.com> Date: 2020年11月11日 20:07:13 +0800 Subject: [PATCH 1/5] update readme --- PTA/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PTA/README.md b/PTA/README.md index 1254472..ed0e0e4 100644 --- a/PTA/README.md +++ b/PTA/README.md @@ -24,7 +24,7 @@ ### 代码提交 欢迎大家提交自己的作业代码,PTA作业提交路径命名格式(/ProblemSet实验号/Problem题号-[ID]/Main.java),ID默认从01开始自增,取没有使用过的即可。 -提交方法:在上方点击 [Fork](https://gitee.com/Samler/java-work/members#) 按钮后在Fork后的分支仓库后新增自己的路径并编写代码后 [Pull Request](https://gitee.com/Samler/java-work/pull/new) +提交方法:在上方点击 [Fork](https://gitee.com/Samler/java-work/members#) 按钮后在Fork后的分支仓库后新增自己的路径并编写代码后 [Pull Request](https://gitee.com/Samler/java-work/pull/new) 合并至 **develop** 分支 ### 联系方式 QQ:[1045704373](http://sighttp.qq.com/authd?IDKEY=b15913f467b059554c44ebde926c9dd2c7f5927116ba8855) 或 [15181536](http://wpa.qq.com/msgrd?v=3&uin=15181536&site=qq&menu=yes) \ No newline at end of file -- Gitee From 0a70eebdbadc31b5268ce7a1eb86e6742cc003eb Mon Sep 17 00:00:00 2001 From: Samler <15181536@qq.com> Date: 2020年11月11日 20:30:58 +0800 Subject: [PATCH 2/5] !2 update README.md * update README.md. * update PTA/README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5788fb9..412fac3 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ### 作业查看入口 - PTA作业:[/PTA](/PTA) -- 实验作业:[/EXP](/EXP) +- 实验作业(待整理):[/EXP](/EXP) 由于前期未进行作业的整理,因此早前的部分作业代码可能没有放上来,敬请谅解。 -- Gitee From 1d10c4d4a8c0ad52d50d7dc4a357da344c358136 Mon Sep 17 00:00:00 2001 From: hidewnd <908751915@qq.com> Date: 2020年11月11日 20:37:40 +0800 Subject: [PATCH 3/5] add PTA/tianti. --- PTA/tianti | 1 + 1 file changed, 1 insertion(+) create mode 100644 PTA/tianti diff --git a/PTA/tianti b/PTA/tianti new file mode 100644 index 0000000..439fdf9 --- /dev/null +++ b/PTA/tianti @@ -0,0 +1 @@ +天梯题锦 \ No newline at end of file -- Gitee From e29ba0e20897ae314b309e5063a334dbb0c058d8 Mon Sep 17 00:00:00 2001 From: Samler <15181536@qq.com> Date: 2020年11月12日 20:21:10 +0800 Subject: [PATCH 4/5] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=20PTA/?= =?UTF-8?q?tianti?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PTA/tianti | 1 - 1 file changed, 1 deletion(-) delete mode 100644 PTA/tianti diff --git a/PTA/tianti b/PTA/tianti deleted file mode 100644 index 439fdf9..0000000 --- a/PTA/tianti +++ /dev/null @@ -1 +0,0 @@ -天梯题锦 \ No newline at end of file -- Gitee From eefe866a2fe30406e7a0c2ff6c5f87703318df59 Mon Sep 17 00:00:00 2001 From: Samler <15181536@qq.com> Date: 2020年11月18日 11:54:51 +0800 Subject: [PATCH 5/5] update README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 412fac3..e516270 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ### 作业查看入口 - PTA作业:[/PTA](/PTA) -- 实验作业(待整理):[/EXP](/EXP) +- 实验作业(待完善):[/EXP](/EXP) 由于前期未进行作业的整理,因此早前的部分作业代码可能没有放上来,敬请谅解。 -- Gitee