lgz0921
lgz0921
全部文章
分类
"/" 和 "//" 的区别(1)
Dijkstra(1)
java(2)
python(1)
spfa(1)
三分(1)
二分图(1)
全排列(2)
分组背包(1)
区间dp(2)
单调栈(1)
博弈论(1)
多重背包(1)
子字符串(1)
对抗搜索(1)
小顶堆(1)
并查集(1)
引号(1)
思维(3)
思维+取模(1)
思维题(1)
扩展欧几里得(1)
数据结构(1)
数论(2)
最大流(1)
最小堆判断(1)
最小生成树是否有重复(1)
最短路(1)
最长公共子序列(1)
未归档(80)
树形dp(2)
树状数组(2)
树的直径(1)
模拟(1)
模板(2)
欧拉函数(2)
母函数(1)
求逆元(1)
状压dp(1)
矩阵快速幂(1)
第一大全1矩阵(1)
简单二维尺取(1)
组合数(1)
背包模板(1)
菲波那切数列(1)
逆元(1)
递归(1)
归档
标签
去牛客网
登录
/
注册
lgz0921
好好学习,天天向上
全部文章
(共7篇)
HDU——1535 Invitation Cards (spfa)
In the age of television, not many people attend theater performances. Antique Comedians of Malidinesia are aware of this fact. They want to propagate...
spfa
思维
2018-08-03
0
551
EOJ Monthly 2018.12 C. 她的名字 (模拟)
C. 她的名字 单测试点时限: 4.0 秒 内存限制: 512 MB “他走过一个又一个星球, 却始终放不下对她的思念。“ ”深情终究是一趟孤独的旅程, 她是他永远的牵绊。” 我们每个人心中都有一只小狐狸。我们渴望被自己喜欢的人驯服。 爱情是彼此之间至为甜蜜的臣服。我们都是傻...
模拟
思维
2018-12-08
0
542
ACM-ICPC Jiaozuo Onsite 2018 Resistors in Parallel (思维+java大数+找规律)
题目来源 ACM-ICPC Jiaozuo Onsite 2018 题目粘贴过来有点变化,既然来了肯定见过原题~~嘻嘻~~ In this physics problem, what we are concerned about are only resistors. If you are p...
思维
java大数
规律
2018-12-10
0
494
HDU——3694 Fermat Point in Quadrangle (三分套三分或模拟退火)
In geometry the Fermat point of a triangle, also called Torricelli point, is a point such that the total distance from the three vertices of the trian...
三分
思维
模拟退火
2018-12-26
0
537
POJ——3494 Largest Submatrix of All 1’s(思维题,求第一大全1矩阵)
Given a m-by-n (0,1)-matrix, of all its submatrices of all 1’s which is the largest? By largest we mean that the submatrix has the most elements. Inp...
第一大全1矩阵
思维
2019-07-21
0
643
2019牛客暑期多校训练营(第二场)H——Second Large Rectangle(思维题,求第二大全1矩阵)
链接:https://ac.nowcoder.com/acm/contest/882/H 来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format: %lld 题目描述 Given a N×MN×M...
思维
第二大全1矩阵
2019-07-21
2
1383
牛客小白月赛16——D 小阳买水果
链接:https://ac.nowcoder.com/acm/contest/949/D 来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 262144K,其他语言524288K 64bit IO Format: %lld 题目描述 水果店里有 nn个水果排成一...
思维
二分
2019-07-13
0
749