CU_ASSERT (arr[0] == 10);. } void test_2() {. int arr[] = {9,1,5,3,7};. sort(arr, 5);. CU_ASSERT(arr[0] == 1);. CU_ASSERT(arr[1] == 3);.
確定! 回上一頁