摘要: 期望得分:100+100+50=250 实际得分:100+100+30=230 A 约数之和(count.pas/c/cpp) TL:1S ML:128MB【Description】我们用 D(x)表示正整数 x 的约数的个数。给定一个正整数 N,求 D(1)+D(2)+…+D(N)。【Input】 阅读全文
posted @ 2017-09-20 17:05 TRTTG 阅读(262) 评论(0) 推荐(0) 编辑
摘要: T1 [HAOI2016]放棋子 https://daniu.luogu.org/problem/show?pid=3182 障碍交换行不影响 所以第i列有障碍的行换到第i行 然后错排公式 本校自测要写压位高精,不写了。。。 #include<cstdio> #include<cstring> #i 阅读全文
posted @ 2017-09-20 16:00 TRTTG 阅读(256) 评论(0) 推荐(0) 编辑
摘要: T1 [HAOI2010]软件安装 https://daniu.luogu.org/problem/show?pid=2515 树上背包,如果有i必须有j,j作为i的父节点 O(nm²) #include<cstdio> #include<cstring> #include<iostream> #i 阅读全文
posted @ 2017-09-20 15:51 TRTTG 阅读(309) 评论(0) 推荐(0) 编辑
摘要: T1U3348 A2-回文数 https://www.luogu.org/problem/show?pid=U3348 考场上钻了牛角尖了,然后0分 #include<cstdio> #include<cmath> using namespace std; typedef long long LL; 阅读全文
posted @ 2017-09-20 15:38 TRTTG 阅读(267) 评论(0) 推荐(0) 编辑