程式語言 - LeetCode - C - 注意事項 - Debug



printf

int* twoSum(int* nums, int numsSize, int target, int* returnSize)
{
    printf("This is test\n");

    return NULL;
}

Stdout會顯示列印的字串