From fb6fcdaa4a7c2082beaf521cc156c9a959602982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B7=AB=E5=A9=89=E5=A9=B7?= <3200253870@qq.com> Date: Fri, 15 Sep 2023 09:38:43 +0000 Subject: [PATCH 1/3] test --- ...244\346\225\260\344\271\213\345\222\214.cpp" | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 "2209040051/chapter1/\344\270\244\346\225\260\344\271\213\345\222\214.cpp" diff --git "a/2209040051/chapter1/\344\270\244\346\225\260\344\271\213\345\222\214.cpp" "b/2209040051/chapter1/\344\270\244\346\225\260\344\271\213\345\222\214.cpp" new file mode 100644 index 00000000..7cfdaf41 --- /dev/null +++ "b/2209040051/chapter1/\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:41:27 +0000 Subject: [PATCH 2/3] test --- .../\344\270\244\346\225\260\344\271\213\345\222\214.cpp" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/2209040051/chapter1/\344\270\244\346\225\260\344\271\213\345\222\214.cpp" "b/2209040051/chapter1/\344\270\244\346\225\260\344\271\213\345\222\214.cpp" index 7cfdaf41..785e9982 100644 --- "a/2209040051/chapter1/\344\270\244\346\225\260\344\271\213\345\222\214.cpp" +++ "b/2209040051/chapter1/\344\270\244\346\225\260\344\271\213\345\222\214.cpp" @@ -14,4 +14,4 @@ public: } return {i,j}; } -}; \ No newline at end of file +}; -- Gitee From 7b844ce78fe52977c9f6dcc32206ab4e3bd51d3a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B7=AB=E5=A9=89=E5=A9=B7?= <3200253870@qq.com> Date: Fri, 15 Sep 2023 09:41:32 +0000 Subject: [PATCH 3/3] test -- Gitee