龍木
龍木
全部文章
未归档
c#(1)
codeforces(130)
dp(2)
map(2)
RMQ(1)
一些神奇的东西(1)
三分(1)
前缀和(1)
区间dp(1)
博弈(2)
大数(1)
平面几何(1)
并查集(1)
快数幂(1)
总结(1)
打表(1)
找规律(4)
数学(8)
暴力(1)
最小公约数(1)
最小生成树(1)
杭电(4)
浅谈(8)
深度优先搜索(1)
牛客(10)
组合数(1)
网络流最大流(2)
题解(3)
归档
标签
去牛客网
登录
/
注册
龍木的博客
全部文章
/ 未归档
(共421篇)
B 牛牛战队的比赛地
链接:https://ac.nowcoder.com/acm/contest/3006/B 由于牛牛战队经常要外出比赛,因此在全国各地建立了很多训练基地,每一个基地都有一个坐标(x,y)(x,y)。 这周末,牛牛队又要出去比赛了,各个比赛的赛点都在xx轴上。牛牛战队为了方便比赛,想找一个到达训练...
2020-05-28
0
447
C. Air Conditioner
链接:https://codeforces.com/contest/1304/problem/C Gildong owns a bulgogi restaurant. The restaurant has a lot of customers, so many of them like to ma...
2020-05-28
0
438
D 重排列
一个序列的重排列是指对这个序列中的元素进行若干次(包括0次)交换操作后得到的新序列 在本题中,序列中可能出现重复的数字,他们被视作不同的元素 例如,序列1 1的重排列有两种 现在有两个长度为 N 的非负整数序列 A 和 B,问有多少种 A 的重排列满足对于所有的 1≤i≤N,有Ai≤Bi 由...
2020-05-28
0
364
E 立方数
链接:https://ac.nowcoder.com/acm/contest/3007/E 对于给定的正整数 N,求最大的正整数 A,使得存在正整数 B,满足 A3B=N 输入包含 T 组数据,1≤T≤10,000;1≤N≤1018 输入描述: 第一行数字 T 表示数据组数 接下...
2020-05-28
0
672
B. Hyperset
链接:https://codeforces.com/contest/1287/problem/B Bees Alice and Alesya gave beekeeper Polina famous card game "Set" as a Christmas present....
2020-05-28
0
426
C. Cow and Message
链接:https://codeforces.ml/contest/1307/problem/C Bessie the cow has just intercepted a text that Farmer John sent to Burger Queen! However, Bessie is ...
2020-05-28
0
436
B. New Year and Ascent Sequence
链接:https://codeforces.com/contest/1284/problem/B A sequence a=[a1,a2,…,al]a=[a1,a2,…,al] of length ll has an ascent if there exists a pair of indices...
2020-05-28
0
498
C. New Year and Permutation
链接:https://codeforces.ml/contest/1284/problem/C Recall that the permutation is an array consisting of nn distinct integers from 11 to nn in arbitrary...
2020-05-28
0
650
浅谈欧拉函数
写这个类型博客的目的就是想总结一下某个专题的知识点,方便以后比赛前复习,由于太菜,如有错误,还请斧正。 首先我们要区别欧拉函数和欧拉定理 欧拉定理简单来说是用于求逆元的,当然也可用于降幂运算(若a,n互质 a^k ≡ a^(k mod φ(n)) (mod n) ) 至于扩展欧拉定理就不在这讲...
2020-05-28
0
390
C. Basketball Exercise
链接:https://codeforces.com/contest/1195/problem/C Finally, a basketball court has been opened in SIS, so Demid has decided to hold a basketball exerci...
2020-05-28
0
439
首页
上一页
26
27
28
29
30
31
32
33
34
35
下一页
末页