set 是指數學名詞「集合」。 ... bool set[1000]; // 一個集合,元素的數值範圍為0到999; // 加入元素 ... void union(bool a[1000], bool b[1000], bool c[1000]) ...
確定! 回上一頁