随笔分类 -  OJ---HDU

摘要:【HDU3117】Fibonacci Numbers 题面 求斐波那契数列的第$n$项的前四位及后四位。 其中$0\leq n include include include include include using namespace std; const int Mod = 1e4; stru 阅读全文
posted @ 2019-01-21 15:23 heyujun 阅读(232) 评论(2) 推荐(0) 编辑
摘要:【HDU4565】So Easy! 题面 要你求 $$ \lceil (a+\sqrt b)^n \rceil \% m $$ 其中$0 include include include include include using namespace std; typedef long long ll 阅读全文
posted @ 2019-01-21 10:26 heyujun 阅读(180) 评论(0) 推荐(0) 编辑