long_night
long_night
全部文章
模拟
A Math Problem(1)
Beauty of Array(1)
BFS(1)
Buy Tickets(1)
CS Course(1)
Deciphering Password(1)
Dividing(1)
dp(1)
Duizi and Shunzi(1)
Heavy Transportation(1)
Hedwig's Ladder(1)
Just a Hook(1)
KMP(4)
PTA乙级题(2)
QQ帐户的申请与登陆(1)
Segment set(1)
STL全排列函数(1)
STL容器应用(1)
Subsequence(1)
三分模板题(1)
二分模板题(1)
六度分离(1)
关于堆的判断(1)
前后缀(2)
动态规划DP(5)
区间dp(4)
单调栈(1)
博弈dp(2)
后缀数组(4)
堆(1)
大数(1)
天梯赛练习(1)
奇怪的输出(2)
字典树(1)
小希的迷宫(1)
尺取(1)
并查集(2)
快速幂(1)
快速幂模板题(1)
思维(7)
思维DP(1)
打印图案(1)
找规律(4)
拓扑排序(1)
排序(1)
搜索树判断(1)
数位dp(2)
数学(2)
数据库(1)
数据结构作业(8)
数论(9)
最短路(2)
最短路算法讲解(1)
朋友圈 (1)
未归档(131)
树形dp(3)
校赛(1)
概率dp(4)
状压dp(3)
状压枚举(1)
玩转二叉链表(1)
矩阵快速幂(2)
线性筛(1)
线段树单点更新区间查询(1)
组合游戏 博弈(1)
网络流(1)
背包(2)
莫比乌斯反演(1)
计算几何(1)
贪心(1)
题解(1)
归档
标签
去牛客网
登录
/
注册
long_night的博客
全部文章
/ 模拟
(共7篇)
Watermelon(博弈?模拟)
链接:https://ac.nowcoder.com/acm/contest/893/E 来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 32768K,其他语言65536K 64bit IO Format: %lld 题目描述 在ACM队暑假集训的某一天,实验...
2019-05-07
0
501
BrokenLED
You know, there are more and more LED Displays used for show numbers in everywhere, a general product is like the left picture below, called as 7 segm...
2019-03-12
0
420
poj4044(最长连续公共子序列)
题目链接:http://poj.org/problem?id=4044 大致题意:给出两个班级的成绩,先按降序排序,如果在一个班级里有某个成绩出现了多次,则只保留一个。然后求连续的最长公共子序列。输出时,先输出最长连续公共子序列,然后按个位数字递增的顺序输出,若个位数字一样就按成绩递增。 两个循...
2019-01-01
0
451
A hard Aoshu Problem (暴力模拟)
Math Olympiad is called “Aoshu” in China. Aoshu is very popular in elementary schools. Nowadays, Aoshu is getting more and more difficult. Here is a c...
2018-12-27
0
383
Appearance Count(水题)
You will be given m strings. For each of those strings, you need to count the total number of appearances of that string as substrings in all possible...
2018-12-19
0
805
Stupid Submissions(模拟)
Abed is so motivated this year, his goal is qualifying for the 2019 ACM International Collegiate Programming Contest (ACM ICPC). Therefore, he always ...
2018-12-16
0
948
小乐乐和25(模拟?)
链接:https://ac.nowcoder.com/acm/contest/301/J 来源:牛客网 时间限制:C/C++ 1秒,其他语言2秒 空间限制:C/C++ 32768K,其他语言65536K 64bit IO Format: %lld 题目描述 小乐乐特别喜欢25这个数字,他想把所有的...
2018-12-08
0
469