牛客244405883号
牛客244405883号
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
牛客244405883号的博客
全部文章
(共1篇)
题解 | #斐波那契数列#
通项公式法 * * @param n int整型 * @return int整型 * * C语言声明定义全局变量请加上static,防止重复定义 */ #include <math.h> #include <stdio.h> #define r5 pow(5...
C
2022-02-19
0
269