diff --git "a/2209040029/chapter 1/ lc chapter1 \344\270\244\346\225\260\344\271\213\345\222\214.cpp" "b/2209040029/chapter 1/ lc chapter1 \344\270\244\346\225\260\344\271\213\345\222\214.cpp" new file mode 100644 index 0000000000000000000000000000000000000000..d58d585d9abeedd27cd09ceee20661049b803ef5 --- /dev/null +++ "b/2209040029/chapter 1/ lc chapter1 \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