用C語言求排列組合數

用C語言求排列組合數web #include <stdio.h> #include <stdlib.h> double f(int a, int b);//由於排列數可大可小,因此返回值類型應爲double// int main() { int a,b; printf("提醒下標比上標大\n"); printf("請輸入排列組合的上標及下標:"); scanf_s("%d %d", &
相關文章
相關標籤/搜索