摘要: 题目链接:https://www.luogu.org/problemnew/show/P1962 题意:求fib数列的第n项,很大。mod 1e9+7. 题解:BM直接推。 代码: 1 #include <cstdio> 2 #include <cstring> 3 #include <cmath> 阅读全文
posted @ 2018-09-18 21:14 甜酒果。 阅读(208) 评论(0) 推荐(0) 编辑
摘要: A Magic Mirror 题目链接:https://nanti.jisuanke.com/t/31710 题意:输入字符串,如果是“Jessy”就输出“Good Guy!",否则输出“Dare you say that again?”。Jessy的大小写不敏感。 题解:题意即题解。坑点就是大小写 阅读全文
posted @ 2018-09-18 17:09 甜酒果。 阅读(427) 评论(0) 推荐(0) 编辑