摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4565 题目大意: 给出a,b,n,m,求出下式中的 Sn. 解题思路: AC代码: 1 #include <cstdio> 2 #include <cstring> 3 4 using namespac 阅读全文
posted @ 2017-09-20 17:10 Blogggggg 阅读(165) 评论(0) 推荐(0)