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 0000000000000000000000000000000000000000..2781a7955cd4be482a7592c919fd5a4f8d37f89e --- /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