#include #include "lib.h" int* twoSum(int* nums, int numsSize, int target, int* returnSize) { for (int i=0; i