void test_bubble_sort(void) { int list[] = {4, 3, 2, 1}; sort(4, list); CU_ASSERT(list[0] == 1); }次のようにlaunch.jsonを記述する。
確定! 回上一頁