From 64fee582330a7e2c681ba5dfdafe7b8dc438ec41 Mon Sep 17 00:00:00 2001 From: Nananxuan <1033850073@qq.com> Date: Sun, 10 Sep 2023 06:30:30 +0000 Subject: [PATCH 1/2] 2209040040 --- ...4\346\225\260\344\271\213\345\222\214.cpp" | 19 +++++++++++++++++++ ...0\351\233\206\346\261\202\345\222\214.cpp" | 15 +++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 "2209040040/chapter_1/\344\270\244\346\225\260\344\271\213\345\222\214.cpp" create mode 100644 "2209040040/chapter_1/\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214.cpp" diff --git "a/2209040040/chapter_1/\344\270\244\346\225\260\344\271\213\345\222\214.cpp" "b/2209040040/chapter_1/\344\270\244\346\225\260\344\271\213\345\222\214.cpp" new file mode 100644 index 00000000..d58d585d --- /dev/null +++ "b/2209040040/chapter_1/\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: Sun, 10 Sep 2023 07:04:06 +0000 Subject: [PATCH 2/2] 2209040040 --- .../lc_1\344\270\244\346\225\260\344\271\213\345\222\214.cpp" | 0 ...6\225\260\345\255\220\351\233\206\346\261\202\345\222\214.cpp" | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename "2209040040/chapter_1/\344\270\244\346\225\260\344\271\213\345\222\214.cpp" => "2209040040/chapter_1/lc_1\344\270\244\346\225\260\344\271\213\345\222\214.cpp" (100%) rename "2209040040/chapter_1/\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214.cpp" => "2209040040/chapter_1/lc_1\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214.cpp" (100%) diff --git "a/2209040040/chapter_1/\344\270\244\346\225\260\344\271\213\345\222\214.cpp" "b/2209040040/chapter_1/lc_1\344\270\244\346\225\260\344\271\213\345\222\214.cpp" similarity index 100% rename from "2209040040/chapter_1/\344\270\244\346\225\260\344\271\213\345\222\214.cpp" rename to "2209040040/chapter_1/lc_1\344\270\244\346\225\260\344\271\213\345\222\214.cpp" diff --git "a/2209040040/chapter_1/\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214.cpp" "b/2209040040/chapter_1/lc_1\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214.cpp" similarity index 100% rename from "2209040040/chapter_1/\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214.cpp" rename to "2209040040/chapter_1/lc_1\345\245\207\346\225\260\345\255\220\351\233\206\346\261\202\345\222\214.cpp" -- Gitee