C語言旅途之年齡問題的遞歸

Ⅰ、簡單的入門: ①、//代碼摘下直接可以運行 //年齡問題的遞歸程序 #include<stdio.h> int main() { printf(「please input the number of n\n」); int n; scanf("%d",&n); int age(int); printf(「the number of number %d is %d\n」,n,age(n)); re
相關文章
相關標籤/搜索