C · int nums[] = { 8, 7, 2, 5, 3, 1 } · int target = 10 · int n = sizeof(nums)/sizeof(nums[0]) · findPair(nums, n, target) · return 0 ...
確定! 回上一頁