From 838e6ca9b7181550516ff897cf6fc0e6a3edb0e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=B8=B7=E9=BC=8E?= <13439470+he-weiding@user.noreply.gitee.com> Date: Fri, 22 Sep 2023 02:31:46 +0000 Subject: [PATCH 1/6] =?UTF-8?q?=E6=96=B0=E5=BB=BA=202209040008?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 2209040008/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 2209040008/.keep diff --git a/2209040008/.keep b/2209040008/.keep new file mode 100644 index 00000000..e69de29b -- Gitee From 9a78fa570f2dcaf44010f72458786508299103b7 Mon Sep 17 00:00:00 2001 From: 19375116193 <2165202497@qq.com> Date: Fri, 22 Sep 2023 02:41:00 +0000 Subject: [PATCH 2/6] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "2209040008/\346\265\213\350\257\225.cpp" | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 "2209040008/\346\265\213\350\257\225.cpp" diff --git "a/2209040008/\346\265\213\350\257\225.cpp" "b/2209040008/\346\265\213\350\257\225.cpp" new file mode 100644 index 00000000..a2cb42e1 --- /dev/null +++ "b/2209040008/\346\265\213\350\257\225.cpp" @@ -0,0 +1,6 @@ +#include +int main() +{ + printf("thank you"); + return 0; +} \ No newline at end of file -- Gitee From 576a22707a189472a0a2eea956dd861cf127fa66 Mon Sep 17 00:00:00 2001 From: 19375116193 <2165202497@qq.com> Date: Fri, 22 Sep 2023 02:41:05 +0000 Subject: [PATCH 3/6] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -- Gitee From c6316bb815d4860b2c2bd79af303322cd61a1d8d Mon Sep 17 00:00:00 2001 From: 19375116193 <2165202497@qq.com> Date: Fri, 22 Sep 2023 02:41:28 +0000 Subject: [PATCH 4/6] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...4\346\225\260\344\271\213\345\222\214.cpp" | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 "2209040008/\344\270\244\346\225\260\344\271\213\345\222\214.cpp" diff --git "a/2209040008/\344\270\244\346\225\260\344\271\213\345\222\214.cpp" "b/2209040008/\344\270\244\346\225\260\344\271\213\345\222\214.cpp" new file mode 100644 index 00000000..6c0bcd51 --- /dev/null +++ "b/2209040008/\344\270\244\346\225\260\344\271\213\345\222\214.cpp" @@ -0,0 +1,19 @@ +int* twoSum(int* nums, int numsSize, int target, int* returnSize) +{ + int i=0,j=0; + int *a=(int*)malloc(sizeof(int)*2); + for(i=0;i Date: Fri, 22 Sep 2023 02:59:15 +0000 Subject: [PATCH 5/6] =?UTF-8?q?=E4=BD=9C=E4=B8=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...5\260\347\273\204\344\271\213\345\222\214.cpp" | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 "2209040008/\346\211\200\346\234\211\345\245\207\346\225\260\351\225\277\345\272\246\345\255\220\346\225\260\347\273\204\344\271\213\345\222\214.cpp" diff --git "a/2209040008/\346\211\200\346\234\211\345\245\207\346\225\260\351\225\277\345\272\246\345\255\220\346\225\260\347\273\204\344\271\213\345\222\214.cpp" "b/2209040008/\346\211\200\346\234\211\345\245\207\346\225\260\351\225\277\345\272\246\345\255\220\346\225\260\347\273\204\344\271\213\345\222\214.cpp" new file mode 100644 index 00000000..f419d207 --- /dev/null +++ "b/2209040008/\346\211\200\346\234\211\345\245\207\346\225\260\351\225\277\345\272\246\345\255\220\346\225\260\347\273\204\344\271\213\345\222\214.cpp" @@ -0,0 +1,15 @@ +int sumOddLengthSubarrays(int* arr, int arrSize) +{ + int sum=0; + for(int i=0;i Date: Fri, 22 Sep 2023 03:00:04 +0000 Subject: [PATCH 6/6] =?UTF-8?q?=E5=88=A0=E9=99=A4=E6=96=87=E4=BB=B6=202209?= =?UTF-8?q?040008/=E6=B5=8B=E8=AF=95.cpp?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- "2209040008/\346\265\213\350\257\225.cpp" | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 "2209040008/\346\265\213\350\257\225.cpp" diff --git "a/2209040008/\346\265\213\350\257\225.cpp" "b/2209040008/\346\265\213\350\257\225.cpp" deleted file mode 100644 index a2cb42e1..00000000 --- "a/2209040008/\346\265\213\350\257\225.cpp" +++ /dev/null @@ -1,6 +0,0 @@ -#include -int main() -{ - printf("thank you"); - return 0; -} \ No newline at end of file -- Gitee