也從這次的程式中了解如何去設計一個遞迴關係。 */ #include<stdio.h> int powset(int i,int j); int C(int n,int k); int b[20]; char a[20]; int main(){ int i,j,k ...
確定! 回上一頁