平常代碼

#define _CRT_SECURE_NO_WARNINGS 1 #include <stdio.h> //int fib(int n) //{ // int a = 1; // int b = 1; // int c = 1; // int i = 0; // if (n <= 2) // { // return 1; // } // else // { // for (i = 2; i <
相關文章
相關標籤/搜索