From 7f9a543c18162ee57734d0356b0886976924ca90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=86=99?= <1610281622@qq.com> Date: Fri, 15 Sep 2023 09:47:40 +0000 Subject: [PATCH 1/3] test --- ...4\346\225\260\344\271\213\345\222\214.cpp" | 17 +++++++++++++ ...0\347\273\204\347\232\204\345\222\214.cpp" | 24 +++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 "2225010064/chapter1/lc_1\344\270\244\346\225\260\344\271\213\345\222\214.cpp" create mode 100644 "2225010064/chapter1/lc_\346\211\200\346\234\211\345\245\207\346\225\260\351\225\277\345\272\246\347\232\204\345\255\220\346\225\260\347\273\204\347\232\204\345\222\214.cpp" diff --git "a/2225010064/chapter1/lc_1\344\270\244\346\225\260\344\271\213\345\222\214.cpp" "b/2225010064/chapter1/lc_1\344\270\244\346\225\260\344\271\213\345\222\214.cpp" new file mode 100644 index 00000000..2781a795 --- /dev/null +++ "b/2225010064/chapter1/lc_1\344\270\244\346\225\260\344\271\213\345\222\214.cpp" @@ -0,0 +1,17 @@ +class Solution { +public: + vector twoSum(vector& nums, int target) { + int i,j; + for(i=0;i Date: Fri, 15 Sep 2023 09:47:45 +0000 Subject: [PATCH 2/3] test -- Gitee From b34f329afcf52c5f71265df0213d45c1b79724b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=86=99?= <1610281622@qq.com> Date: Fri, 15 Sep 2023 09:47:46 +0000 Subject: [PATCH 3/3] test -- Gitee