nuoyanli
nuoyanli
全部文章
分类
DP(5)
Java(4)
java->acm(2)
markdown(1)
python(15)
STL(1)
ubuntu(5)
Vim(2)
做题心得(47)
反思(6)
字符串(1)
并查集(2)
思路(2)
搜索(7)
数学(3)
数据离散化(1)
数据结构(1)
最短路(1)
月赛(1)
未归档(111)
蓝桥杯(2)
虚拟机(1)
题解(1)
web(1)
归档
标签
去牛客网
登录
/
注册
nuoyanli的博客
等我拿到银牌,做我女朋友好不好!
全部文章
(共223篇)
Problem 1924 死锁
思路:拓珀排序 #include<iostream> #define N 1005 using namespace std; int flag[N][N]={0},cnt[N]={0}; int main() { int i,j,p,r,e1,e2,n,count=0,t,tt,t...
2019-04-02
0
471
#ifdef,#else,#endif,#if(算法竞赛快速注释,用于debug)
在算法比赛中时间特别重要,用此类方法简化代码和注释代码用来Debug#ifdef,#else,#endif,#if就是很好的操作 预处理就是在进行编译的第一遍词法扫描和语法分析之前所作的工作。说白了,就是对源文件进行编译前,先对预处理部分进行处理,然后对处理后的代码进行编译。这样做的好处是,经过处...
2019-04-01
0
698
C - Time NBUT - 1219 (打印字符数字)
题目来源: https://ac.2333.moe/Problem/view.xhtml?id=1219 [1219] Time 时间限制: 1000 ms 内存限制: 131072 K 问题描述 Digital clock use 4 digits to express ...
2019-04-01
0
540
Codeforces Round #550 (Div. 3)B. Parity Alternated Deletions
<center> B. Parity Alternated Deletions </center> <center> time limit per test2 seconds </center> <center> memory l...
2019-04-01
0
473
Codeforces Round #550 (Div. 3)A. Diverse Strings
<center> A. Diverse Strings </center> <center> time limit per test1 second </center> <center> memory limit per test...
2019-04-01
0
561
Codeforces Round #550 (Div. 3)C. Two Shuffled Sequences
<center> C. Two Shuffled Sequences </center> <center> time limit per test2 seconds </center> <center> memory limit ...
2019-04-01
0
628
Codeforces Round #550 (Div. 3) D. Equalize Them All
题目来源:https://codeforces.com/contest/1144/problem/D <center> D. Equalize Them All </center> <center> time limit per test2 seconds...
2019-04-01
0
449
卡特兰数汇总
本文总结了来自网上卡特兰数的各种递推公式,以及卡特兰数、卡特兰大数取模的代码实现,最后再顺带提一下卡特兰数的几个应用。 什么是卡特兰数呢?卡特兰数无非是一组有着某种规律的序列。重要的是它的应用。 卡特兰数前几项为 : 1, 1, 2, 5, 14, 42, 132, 429, 1430, 486...
2019-03-31
0
556
卡特兰数的证明和常见的适用情况
转自:https://blog.csdn.net/wu_tongtong/article/details/78161211 请支持原创 卡特兰数是一种经典的组合数,经常出现在各种计算中,其前几项为 : 132, 429, 1430, 4862, 16796, 58786, 208012, ...
2019-03-31
0
1156
C.挖坑 卡特兰数列(mod998244353
题目来源: http://acm.hrbust.edu.cn/contests/index.php?act=showproblem&cid=1366&p=C Description Quasrain 和 FZ 是好朋友。Quasrai...
2019-03-31
0
728
首页
上一页
7
8
9
10
11
12
13
14
15
16
下一页
末页