首页 标签「lld」的内容如下:
考试T2修剪草坪
2022-11-21

传送门这题的DP真是刷新了我的理解,竟然还要用队列优化。。。。 #include…

查看详情 4,558
C – Distinct Substrings (模板)
2022-11-21

https://vjudge.net/problem/SPOJ-DISUBSTR…

查看详情 3,590
Joyoi公路乘车(原tyvj1015)
2022-11-20

题目:http://www.joyoi.cn/problem/tyvj-1015…

查看详情 3,099
codefoeces problem 671D——贪心+启发式合并+平衡树
2022-11-20

D. Roads in YuslandMayor of Yusland just…

查看详情 3,333
动态规划(计数DP):HDU 5136 Yue Fei's Battle
2022-11-20

Yue Fei's BattleTime Limit: 2000/1000 MS…

查看详情 2,373
poj 3761 bubble sort (排列组合)
2022-11-18

#include<cstdio>#include<cstrin…

查看详情 2,352
UVa11526 H(n)
2022-11-18

http://blog.csdn.net/synapse7/article/de…

查看详情 2,858
【POI2007】ZAP-Queries
2022-11-18

题面题解$$ \sum_{i=1}^a\sum_{j=1}^b[gcd(i,\;…

查看详情 5,072
POJ 2249 Binomial Showdown
2022-11-16

// n 个 数 取 k个数的取法// C(n,k) 注意些细节#include…

查看详情 4,716
BZOJ 1468 Tree 【模板】树上点分治
2022-11-16

#include<cstdio> #include<algor…

查看详情 3,606