From 90d4e0675ea4b81c64d60c1e8ec6074b43d56f9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=87=8C=E8=8A=9D?= <2054884274@qq.com> Date: Mon, 13 Feb 2023 10:53:39 +0800 Subject: [PATCH 1/4] 1111 --- chenlingzhi/chen.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 chenlingzhi/chen.js diff --git a/chenlingzhi/chen.js b/chenlingzhi/chen.js new file mode 100644 index 0000000..690620b --- /dev/null +++ b/chenlingzhi/chen.js @@ -0,0 +1 @@ +console.log("chen"); \ No newline at end of file -- Gitee From e14fdb8cce461fbf9a23e4b22fd45d3518ad7fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=87=8C=E8=8A=9D?= <2054884274@qq.com> Date: Tue, 14 Feb 2023 08:29:27 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=E9=87=8D=E5=91=BD=E5=90=8D=20chenlingzhi?= =?UTF-8?q?=20=E4=B8=BA=20=E9=99=88=E5=87=8C=E8=8A=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chen.js => "\351\231\210\345\207\214\350\212\235/chen.js" | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename chenlingzhi/chen.js => "\351\231\210\345\207\214\350\212\235/chen.js" (100%) diff --git a/chenlingzhi/chen.js "b/\351\231\210\345\207\214\350\212\235/chen.js" similarity index 100% rename from chenlingzhi/chen.js rename to "\351\231\210\345\207\214\350\212\235/chen.js" -- Gitee From d1895c7842d1503d45dc6c226da6f7c8cac16752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=87=8C=E8=8A=9D?= <2054884274@qq.com> Date: Tue, 14 Feb 2023 09:00:49 +0000 Subject: [PATCH 3/4] 1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 陈凌芝 <2054884274@qq.com> --- .../\344\275\234\344\270\232/demo.js" | 16 ++++++++++++++++ .../\344\275\234\344\270\232/demo2.js" | 5 +++++ 2 files changed, 21 insertions(+) create mode 100644 "\351\231\210\345\207\214\350\212\235/\347\256\227\346\225\260/\344\275\234\344\270\232/demo.js" create mode 100644 "\351\231\210\345\207\214\350\212\235/\347\256\227\346\225\260/\344\275\234\344\270\232/demo2.js" diff --git "a/\351\231\210\345\207\214\350\212\235/\347\256\227\346\225\260/\344\275\234\344\270\232/demo.js" "b/\351\231\210\345\207\214\350\212\235/\347\256\227\346\225\260/\344\275\234\344\270\232/demo.js" new file mode 100644 index 0000000..8f3a8e7 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\347\256\227\346\225\260/\344\275\234\344\270\232/demo.js" @@ -0,0 +1,16 @@ +//作业:写个加减乘除的模块(尽量少写暴露,要考虑复用性),供外部使用. +let obj={ + 'jia':function(a,b){ + return a+b; + }, + 'jian':function(a,b){ + return a-b; + }, + 'cheng':function(a,b){ + return a*b; + }, + 'chu':function(a,b){ + return a/b; + } +}; +module.exports=obj; \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\347\256\227\346\225\260/\344\275\234\344\270\232/demo2.js" "b/\351\231\210\345\207\214\350\212\235/\347\256\227\346\225\260/\344\275\234\344\270\232/demo2.js" new file mode 100644 index 0000000..551012e --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\347\256\227\346\225\260/\344\275\234\344\270\232/demo2.js" @@ -0,0 +1,5 @@ +let objs=require("./demo.js"); +console.log(objs.jia(5,2)); +console.log(objs.jian(15,5)); +console.log(objs.cheng(3,4)); +console.log(objs.chu(15,3)); \ No newline at end of file -- Gitee From c426c6559e32dd1d91383a99ce776e665a45bd4d Mon Sep 17 00:00:00 2001 From: k <123> Date: Thu, 16 Feb 2023 16:04:31 +0800 Subject: [PATCH 4/4] '1' --- .../1.txt" | 1 + .../10.txt" | 1 + .../100.txt" | 1 + .../11.txt" | 1 + .../12.txt" | 1 + .../13.txt" | 1 + .../14.txt" | 1 + .../15.txt" | 1 + .../16.txt" | 1 + .../17.txt" | 1 + .../18.txt" | 1 + .../19.txt" | 1 + .../2.txt" | 1 + .../20.txt" | 1 + .../21.txt" | 1 + .../22.txt" | 1 + .../23.txt" | 1 + .../24.txt" | 1 + .../25.txt" | 1 + .../26.txt" | 1 + .../27.txt" | 1 + .../28.txt" | 1 + .../29.txt" | 1 + .../3.txt" | 1 + .../30.txt" | 1 + .../31.txt" | 1 + .../32.txt" | 1 + .../33.txt" | 1 + .../34.txt" | 1 + .../35.txt" | 1 + .../36.txt" | 1 + .../37.txt" | 1 + .../38.txt" | 1 + .../39.txt" | 1 + .../4.txt" | 1 + .../40.txt" | 1 + .../41.txt" | 1 + .../42.txt" | 1 + .../43.txt" | 1 + .../44.txt" | 1 + .../45.txt" | 1 + .../46.txt" | 1 + .../47.txt" | 1 + .../48.txt" | 1 + .../49.txt" | 1 + .../5.txt" | 1 + .../50.txt" | 1 + .../51.txt" | 1 + .../52.txt" | 1 + .../53.txt" | 1 + .../54.txt" | 1 + .../55.txt" | 1 + .../56.txt" | 1 + .../57.txt" | 1 + .../58.txt" | 1 + .../59.txt" | 1 + .../6.txt" | 1 + .../60.txt" | 1 + .../61.txt" | 1 + .../62.txt" | 1 + .../63.txt" | 1 + .../64.txt" | 1 + .../65.txt" | 1 + .../66.txt" | 1 + .../67.txt" | 1 + .../68.txt" | 1 + .../69.txt" | 1 + .../7.txt" | 1 + .../70.txt" | 1 + .../71.txt" | 1 + .../72.txt" | 1 + .../73.txt" | 1 + .../74.txt" | 1 + .../75.txt" | 1 + .../76.txt" | 1 + .../77.txt" | 1 + .../78.txt" | 1 + .../79.txt" | 1 + .../8.txt" | 1 + .../80.txt" | 1 + .../81.txt" | 1 + .../82.txt" | 1 + .../83.txt" | 1 + .../84.txt" | 1 + .../85.txt" | 1 + .../86.txt" | 1 + .../87.txt" | 1 + .../88.txt" | 1 + .../89.txt" | 1 + .../9.txt" | 1 + .../90.txt" | 1 + .../91.txt" | 1 + .../92.txt" | 1 + .../93.txt" | 1 + .../94.txt" | 1 + .../95.txt" | 1 + .../96.txt" | 1 + .../97.txt" | 1 + .../98.txt" | 1 + .../99.txt" | 1 + .../node.js" | 24 +++++++++++++++++++ 101 files changed, 124 insertions(+) create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/1.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/10.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/100.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/11.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/12.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/13.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/14.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/15.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/16.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/17.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/18.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/19.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/2.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/20.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/21.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/22.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/23.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/24.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/25.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/26.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/27.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/28.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/29.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/3.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/30.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/31.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/32.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/33.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/34.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/35.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/36.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/37.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/38.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/39.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/4.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/40.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/41.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/42.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/43.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/44.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/45.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/46.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/47.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/48.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/49.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/5.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/50.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/51.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/52.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/53.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/54.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/55.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/56.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/57.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/58.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/59.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/6.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/60.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/61.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/62.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/63.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/64.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/65.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/66.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/67.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/68.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/69.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/7.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/70.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/71.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/72.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/73.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/74.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/75.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/76.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/77.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/78.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/79.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/8.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/80.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/81.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/82.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/83.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/84.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/85.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/86.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/87.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/88.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/89.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/9.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/90.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/91.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/92.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/93.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/94.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/95.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/96.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/97.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/98.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/99.txt" create mode 100644 "\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/node.js" diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/1.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/1.txt" new file mode 100644 index 0000000..ff8ae77 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/1.txt" @@ -0,0 +1 @@ +814 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/10.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/10.txt" new file mode 100644 index 0000000..50ae880 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/10.txt" @@ -0,0 +1 @@ +714 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/100.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/100.txt" new file mode 100644 index 0000000..b393560 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/100.txt" @@ -0,0 +1 @@ +23 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/11.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/11.txt" new file mode 100644 index 0000000..24c5507 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/11.txt" @@ -0,0 +1 @@ +633 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/12.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/12.txt" new file mode 100644 index 0000000..35d2965 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/12.txt" @@ -0,0 +1 @@ +791 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/13.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/13.txt" new file mode 100644 index 0000000..37944e4 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/13.txt" @@ -0,0 +1 @@ +981 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/14.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/14.txt" new file mode 100644 index 0000000..fb5f8f0 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/14.txt" @@ -0,0 +1 @@ +890 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/15.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/15.txt" new file mode 100644 index 0000000..f79f5e3 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/15.txt" @@ -0,0 +1 @@ +153 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/16.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/16.txt" new file mode 100644 index 0000000..d7b14a6 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/16.txt" @@ -0,0 +1 @@ +476 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/17.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/17.txt" new file mode 100644 index 0000000..3e990b7 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/17.txt" @@ -0,0 +1 @@ +541 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/18.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/18.txt" new file mode 100644 index 0000000..4e66132 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/18.txt" @@ -0,0 +1 @@ +282 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/19.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/19.txt" new file mode 100644 index 0000000..4d5b347 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/19.txt" @@ -0,0 +1 @@ +793 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/2.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/2.txt" new file mode 100644 index 0000000..af718cd --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/2.txt" @@ -0,0 +1 @@ +726 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/20.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/20.txt" new file mode 100644 index 0000000..02225a5 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/20.txt" @@ -0,0 +1 @@ +268 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/21.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/21.txt" new file mode 100644 index 0000000..e966f90 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/21.txt" @@ -0,0 +1 @@ +450 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/22.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/22.txt" new file mode 100644 index 0000000..e9059e0 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/22.txt" @@ -0,0 +1 @@ +549 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/23.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/23.txt" new file mode 100644 index 0000000..978b4e8 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/23.txt" @@ -0,0 +1 @@ +26 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/24.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/24.txt" new file mode 100644 index 0000000..473995f --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/24.txt" @@ -0,0 +1 @@ +494 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/25.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/25.txt" new file mode 100644 index 0000000..c047c4a --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/25.txt" @@ -0,0 +1 @@ +518 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/26.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/26.txt" new file mode 100644 index 0000000..9444b9b --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/26.txt" @@ -0,0 +1 @@ +737 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/27.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/27.txt" new file mode 100644 index 0000000..1b003ab --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/27.txt" @@ -0,0 +1 @@ +906 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/28.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/28.txt" new file mode 100644 index 0000000..0fd0714 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/28.txt" @@ -0,0 +1 @@ +103 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/29.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/29.txt" new file mode 100644 index 0000000..5755659 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/29.txt" @@ -0,0 +1 @@ +163 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/3.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/3.txt" new file mode 100644 index 0000000..c021767 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/3.txt" @@ -0,0 +1 @@ +558 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/30.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/30.txt" new file mode 100644 index 0000000..aabe32b --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/30.txt" @@ -0,0 +1 @@ +874 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/31.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/31.txt" new file mode 100644 index 0000000..bccf25b --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/31.txt" @@ -0,0 +1 @@ +557 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/32.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/32.txt" new file mode 100644 index 0000000..3873f56 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/32.txt" @@ -0,0 +1 @@ +706 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/33.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/33.txt" new file mode 100644 index 0000000..5a396e2 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/33.txt" @@ -0,0 +1 @@ +121 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/34.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/34.txt" new file mode 100644 index 0000000..b1eab89 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/34.txt" @@ -0,0 +1 @@ +477 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/35.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/35.txt" new file mode 100644 index 0000000..218241b --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/35.txt" @@ -0,0 +1 @@ +966 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/36.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/36.txt" new file mode 100644 index 0000000..2738497 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/36.txt" @@ -0,0 +1 @@ +439 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/37.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/37.txt" new file mode 100644 index 0000000..64ae959 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/37.txt" @@ -0,0 +1 @@ +546 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/38.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/38.txt" new file mode 100644 index 0000000..7ada46f --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/38.txt" @@ -0,0 +1 @@ +970 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/39.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/39.txt" new file mode 100644 index 0000000..d81f861 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/39.txt" @@ -0,0 +1 @@ +794 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/4.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/4.txt" new file mode 100644 index 0000000..eff3954 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/4.txt" @@ -0,0 +1 @@ +290 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/40.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/40.txt" new file mode 100644 index 0000000..878b706 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/40.txt" @@ -0,0 +1 @@ +543 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/41.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/41.txt" new file mode 100644 index 0000000..c735980 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/41.txt" @@ -0,0 +1 @@ +863 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/42.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/42.txt" new file mode 100644 index 0000000..00c98bb --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/42.txt" @@ -0,0 +1 @@ +125 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/43.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/43.txt" new file mode 100644 index 0000000..b99877a --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/43.txt" @@ -0,0 +1 @@ +331 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/44.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/44.txt" new file mode 100644 index 0000000..11758cc --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/44.txt" @@ -0,0 +1 @@ +909 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/45.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/45.txt" new file mode 100644 index 0000000..db057cf --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/45.txt" @@ -0,0 +1 @@ +354 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/46.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/46.txt" new file mode 100644 index 0000000..a540f59 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/46.txt" @@ -0,0 +1 @@ +301 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/47.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/47.txt" new file mode 100644 index 0000000..36c9eca --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/47.txt" @@ -0,0 +1 @@ +957 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/48.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/48.txt" new file mode 100644 index 0000000..c4fbb1c --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/48.txt" @@ -0,0 +1 @@ +97 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/49.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/49.txt" new file mode 100644 index 0000000..d21b6ea --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/49.txt" @@ -0,0 +1 @@ +591 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/5.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/5.txt" new file mode 100644 index 0000000..5aac265 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/5.txt" @@ -0,0 +1 @@ +606 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/50.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/50.txt" new file mode 100644 index 0000000..73623d1 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/50.txt" @@ -0,0 +1 @@ +600 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/51.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/51.txt" new file mode 100644 index 0000000..d7f3668 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/51.txt" @@ -0,0 +1 @@ +98 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/52.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/52.txt" new file mode 100644 index 0000000..2d73b5e --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/52.txt" @@ -0,0 +1 @@ +152 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/53.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/53.txt" new file mode 100644 index 0000000..dbda17f --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/53.txt" @@ -0,0 +1 @@ +646 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/54.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/54.txt" new file mode 100644 index 0000000..4f95481 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/54.txt" @@ -0,0 +1 @@ +517 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/55.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/55.txt" new file mode 100644 index 0000000..4d19020 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/55.txt" @@ -0,0 +1 @@ +950 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/56.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/56.txt" new file mode 100644 index 0000000..8cef759 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/56.txt" @@ -0,0 +1 @@ +919 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/57.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/57.txt" new file mode 100644 index 0000000..b66073e --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/57.txt" @@ -0,0 +1 @@ +586 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/58.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/58.txt" new file mode 100644 index 0000000..05b9b66 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/58.txt" @@ -0,0 +1 @@ +162 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/59.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/59.txt" new file mode 100644 index 0000000..51d3b0f --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/59.txt" @@ -0,0 +1 @@ +617 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/6.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/6.txt" new file mode 100644 index 0000000..ad12b97 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/6.txt" @@ -0,0 +1 @@ +983 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/60.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/60.txt" new file mode 100644 index 0000000..64ae959 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/60.txt" @@ -0,0 +1 @@ +546 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/61.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/61.txt" new file mode 100644 index 0000000..5628fa7 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/61.txt" @@ -0,0 +1 @@ +639 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/62.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/62.txt" new file mode 100644 index 0000000..8ced8f7 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/62.txt" @@ -0,0 +1 @@ +989 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/63.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/63.txt" new file mode 100644 index 0000000..bccc87b --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/63.txt" @@ -0,0 +1 @@ +581 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/64.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/64.txt" new file mode 100644 index 0000000..55df208 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/64.txt" @@ -0,0 +1 @@ +689 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/65.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/65.txt" new file mode 100644 index 0000000..f3daf1d --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/65.txt" @@ -0,0 +1 @@ +835 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/66.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/66.txt" new file mode 100644 index 0000000..304feab --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/66.txt" @@ -0,0 +1 @@ +387 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/67.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/67.txt" new file mode 100644 index 0000000..ffe78b0 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/67.txt" @@ -0,0 +1 @@ +401 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/68.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/68.txt" new file mode 100644 index 0000000..61721ca --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/68.txt" @@ -0,0 +1 @@ +938 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/69.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/69.txt" new file mode 100644 index 0000000..99bc3d5 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/69.txt" @@ -0,0 +1 @@ +253 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/7.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/7.txt" new file mode 100644 index 0000000..a88135e --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/7.txt" @@ -0,0 +1 @@ +988 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/70.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/70.txt" new file mode 100644 index 0000000..2c136b2 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/70.txt" @@ -0,0 +1 @@ +302 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/71.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/71.txt" new file mode 100644 index 0000000..6fc1e6e --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/71.txt" @@ -0,0 +1 @@ +178 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/72.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/72.txt" new file mode 100644 index 0000000..c9ebe15 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/72.txt" @@ -0,0 +1 @@ +978 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/73.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/73.txt" new file mode 100644 index 0000000..6a5426c --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/73.txt" @@ -0,0 +1 @@ +474 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/74.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/74.txt" new file mode 100644 index 0000000..61721ca --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/74.txt" @@ -0,0 +1 @@ +938 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/75.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/75.txt" new file mode 100644 index 0000000..e57d8df --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/75.txt" @@ -0,0 +1 @@ +965 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/76.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/76.txt" new file mode 100644 index 0000000..0320456 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/76.txt" @@ -0,0 +1 @@ +911 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/77.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/77.txt" new file mode 100644 index 0000000..0fd0714 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/77.txt" @@ -0,0 +1 @@ +103 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/78.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/78.txt" new file mode 100644 index 0000000..4f1a32f --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/78.txt" @@ -0,0 +1 @@ +765 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/79.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/79.txt" new file mode 100644 index 0000000..00e6995 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/79.txt" @@ -0,0 +1 @@ +720 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/8.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/8.txt" new file mode 100644 index 0000000..b18fcc5 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/8.txt" @@ -0,0 +1 @@ +535 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/80.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/80.txt" new file mode 100644 index 0000000..7383593 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/80.txt" @@ -0,0 +1 @@ +652 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/81.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/81.txt" new file mode 100644 index 0000000..2415c06 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/81.txt" @@ -0,0 +1 @@ +448 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/82.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/82.txt" new file mode 100644 index 0000000..7a4ca1f --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/82.txt" @@ -0,0 +1 @@ +806 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/83.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/83.txt" new file mode 100644 index 0000000..4f1a32f --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/83.txt" @@ -0,0 +1 @@ +765 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/84.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/84.txt" new file mode 100644 index 0000000..1c4af3a --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/84.txt" @@ -0,0 +1 @@ +972 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/85.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/85.txt" new file mode 100644 index 0000000..fba8ce0 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/85.txt" @@ -0,0 +1 @@ +224 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/86.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/86.txt" new file mode 100644 index 0000000..4800c7d --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/86.txt" @@ -0,0 +1 @@ +58 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/87.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/87.txt" new file mode 100644 index 0000000..6a5426c --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/87.txt" @@ -0,0 +1 @@ +474 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/88.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/88.txt" new file mode 100644 index 0000000..7003e7f --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/88.txt" @@ -0,0 +1 @@ +51 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/89.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/89.txt" new file mode 100644 index 0000000..9f72858 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/89.txt" @@ -0,0 +1 @@ +88 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/9.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/9.txt" new file mode 100644 index 0000000..3021b56 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/9.txt" @@ -0,0 +1 @@ +184 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/90.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/90.txt" new file mode 100644 index 0000000..35d2965 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/90.txt" @@ -0,0 +1 @@ +791 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/91.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/91.txt" new file mode 100644 index 0000000..acec591 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/91.txt" @@ -0,0 +1 @@ +674 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/92.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/92.txt" new file mode 100644 index 0000000..c5b431b --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/92.txt" @@ -0,0 +1 @@ +50 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/93.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/93.txt" new file mode 100644 index 0000000..560731b --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/93.txt" @@ -0,0 +1 @@ +490 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/94.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/94.txt" new file mode 100644 index 0000000..e04c414 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/94.txt" @@ -0,0 +1 @@ +417 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/95.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/95.txt" new file mode 100644 index 0000000..823aeb4 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/95.txt" @@ -0,0 +1 @@ +624 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/96.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/96.txt" new file mode 100644 index 0000000..fb8a210 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/96.txt" @@ -0,0 +1 @@ +428 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/97.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/97.txt" new file mode 100644 index 0000000..ac4213d --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/97.txt" @@ -0,0 +1 @@ +43 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/98.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/98.txt" new file mode 100644 index 0000000..3fbd193 --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/98.txt" @@ -0,0 +1 @@ +106 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/99.txt" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/99.txt" new file mode 100644 index 0000000..136c8ca --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/99.txt" @@ -0,0 +1 @@ +342 \ No newline at end of file diff --git "a/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/node.js" "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/node.js" new file mode 100644 index 0000000..943d2bd --- /dev/null +++ "b/\351\231\210\345\207\214\350\212\235/\351\232\217\346\234\272\346\226\207\344\273\266/node.js" @@ -0,0 +1,24 @@ +'use strict'; +var fs =require('fs'); +function a(){ + for (let i = 1; i <= 100; i++) { + fs.writeFileSync(i+".txt",Math.ceil(Math.random()*1000+1)+"")*Math.ceil(Math.random()*100+1) + + } +} + + +a(fs); +var num=null +function b(){ + + for (let i = 1; i <= 100; i++) { + var j=fs.readFileSync(i+".txt"); + num=Number(j)>num?Number(j):num; + + + } + console.log(num); + +} +b() \ No newline at end of file -- Gitee