摘要: 入门 洛谷 P1720 月落乌啼算钱(斐波那契数列) #include<iostream> #include<cstdio> #include <cmath> int main() { int n; scanf("%d", &n); double ans = 0; ans = (pow(((1 + 阅读全文
posted @ 2024-10-15 15:43 才瓯 阅读(27) 评论(0) 推荐(0)