随笔分类 -  玄学-莫队

摘要:题面:https://www.luogu.org/problemnew/show/P3901 cpp Code: include include include include include include include using namespace std; const int N=1000 阅读全文
posted @ 2019-07-24 13:56 prestige 阅读(134) 评论(0) 推荐(0)
摘要:题面:https://www.luogu.org/problemnew/show/P2709 cpp 本题的关键在于sum(n)² sum(n 1)²=sum(n)² sum(n)²+2 sum(n) 1=2 sum(n) 1 Code: include include include includ 阅读全文
posted @ 2019-07-24 13:55 prestige 阅读(99) 评论(0) 推荐(0)