E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Problemset
【CodeForces】622D - Optimal Number Permutation
http://codeforces.com/
problemset
/problem/622/D使得S尽可能小。对于任意n,都存在di与(n-i)的差值为0。
西瓜不甜不甜不甜
·
2020-08-09 16:49
模拟
CF474D Flowers (计数dp)
原题地址:https://codeforces.com/
problemset
/problem/474/D题意:有两种花可以吃,white花只能连续吃k个,red花不受限制,当吃a到b朵花时一共有多少种吃法
yiqzq
·
2020-08-09 16:30
CF_基础
CodeForces 622F
http://codeforces.com/
problemset
/problem/622/F拉格朗日插值#include#include#include#include#include#include#
After0514
·
2020-08-09 15:46
数学
Pictures with Kittens (hard version) 1077F2
dp+deque优化原题链接:https://codeforces.com/
problemset
/problem/1077/F2题意:给你一个n长度数组,从中取x个数,每个数位置之差不超过k,求x个数累加和的最大值
Alex Panda
·
2020-08-09 15:38
icpc题解
D. Flowers
http://codeforces.com/
problemset
/problem/474/D题意:土拔鼠可以吃红或白花,但白花只能在连续k个白花时才吃百花(一开始没读出这句话=-=);n个询问a,b问a
newhonor
·
2020-08-09 14:24
dp
CodeForces - 813C The Tag Game (树的dfs遍历)
【传送门】http://codeforces.com/
problemset
/problem/813/C【题目大意】两个人玩游戏,一个人跑一个人追,轮流决策,可以走也可以不走。
weixin_33980459
·
2020-08-09 14:00
G - Pictures with Kittens (easy version) dp
https://codeforces.com/
problemset
/problem/1077/F1这个其实是一个比较简单的dp了题目大意:给你n个数,让你从n个数里选出x个数,并且每隔k个至少选一个数。
weixin_30549657
·
2020-08-09 13:03
codeforces 474D.Flowers 解题报告
题目链接:http://codeforces.com/
problemset
/problem/474/D题目意思:Marmot吃两种类型的花(实在难以置信呀~~):red或者white,如果要吃到white
weixin_30270889
·
2020-08-09 13:19
Chess
链接:http://codeforces.com/
problemset
/problem/38/B题目:Twochesspieces,arookandaknight,standonastandardchessboard8
veget_chicken
·
2020-08-09 13:44
bfs
暴力
CF29C map
http://codeforces.com/
problemset
/problem/29/CDescriptionOnedayBobgotaletterinanenvelope.BobknowsthatwhenBerland'spostofficerssendaletterdirectlyfromcity
life4711
·
2020-08-09 13:23
STL
*Codeforces Round #305 (Div. 1) C. Mike and Foam(容斥原理)
题目:http://codeforces.com/
problemset
/problem/547/C题意:n种啤酒,每种啤酒有相应的毫升数,q个询问。
HonniLin
·
2020-08-09 13:22
容斥原理
codeforces622D Optimal Number Permutation
原题链接:http://codeforces.com/
problemset
/problem/622/DD.OptimalNumberPermutationtimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputYouhavearrayathatcontainsallinte
tt_twilight
·
2020-08-09 12:19
codeforces
思维
Physical Education Lessons CodeForces - 915E
http://codeforces.com/
problemset
/problem/915/E普通区间覆盖更新区间加权查询就是n太大需要离散化首先所有点肯定是要保留的然后就是点与点之间的线段需要保留但是只有当两点距离大于
sunyutian1998
·
2020-08-09 12:50
线段树/树状数组/RMQ
Magic Powder - 2 CodeForces - 670D2
http://codeforces.com/
problemset
/problem/670/D2不知道,自己为什么又没有想到二分,遇到这种情况,自己就总是想着去暴力,然后就是dp,二分一直就没有在自己的脑子里面留下很深的印象
qq_36424540
·
2020-08-09 11:12
.....二分
hihocoder1033-数位dp&数位求和&好题-交错和
http://hihocoder.com/
problemset
/problem/1033中问题意::注意,是要求x的和,而不是x的数目。数位dp。每一位进行一次计算(为了避免计算结果的式子长短不一。)
左佥都御史
·
2020-08-09 10:56
数位统计dp
【CodeForces】【思维题】797 b Odd sum
【题目】http://codeforces.com/
problemset
/problem/797/B【题意】给出一串数,取其中的任意个数使得和为奇数,并且和最大。问这个和是多少?数据保证一定有奇数和。
swqeaaa
·
2020-08-09 10:49
CodeForces
思维题
Codeforces Round #330 (Div. 2) (595A,595B(容斥原理))
VitalyandNight题目链接:http://codeforces.com/
problemset
/problem/595/A解题思路:Itwaseasyrealizationproblem.Let'sincreasethevariableifrom1ton
piaocoder
·
2020-08-09 10:14
Round-----
codeforces 1213D2 Equalizing by Division (hard version)
https://codeforces.com/
problemset
/problem/1213/D2这题看了没撒想法,然后依次写完了GEF,(F写错了个sb错误QAQ),回头来看才想出来,应该是本场最难题
二分抄代码
·
2020-08-09 09:17
巧妙暴力
codeforces1313C2 Skyscrapers (hard version)
https://codeforces.com/
problemset
/problem/1313/C2一开始写了个假做法写到200+行。。。突然发现巨水。。。
二分抄代码
·
2020-08-09 09:17
Codeforces Round #146 (Div. 1) C - Cyclical Quest (后缀自动机SAM)
http://codeforces.com/
problemset
/problem/235/C陈立杰出的后缀自动机。
kalilili
·
2020-08-09 09:12
后缀自动机
codeforces670D2 Magic Powder - 2 (二分)
题目链接http://codeforces.com/
problemset
/problem/670/D2D2.MagicPowder-2timelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputThetermofthisproblemisthesameastheprevious
hkhv
·
2020-08-09 08:04
CF
Codeforces 622C Not Equal on a Segment
题目链接:http://codeforces.com/
problemset
/problem/622/C题意:给出一个大小为n的序列,给出一个区间[l,r]和c要求找出一个该区间内和c不一样的数,没有则输出
月黑风高叶
·
2020-08-09 07:38
Codefores
ACM_
brute
force
cf451E Devu and Flowers 卢卡斯定理+容斥定理
题目:http://codeforces.com/
problemset
/problem/451/E题意:有n个盒子(n#include#include#include#include#include#includeusingnamespacestd
alpc_wt
·
2020-08-09 07:15
codeforces
&
bestcoder
数论
CodeForces 474D Flowers
题目链接:http://codeforces.com/
problemset
/problem/474/D题目大意:有x朵花,其中有白花、红花不一。
我整天吃柚子
·
2020-08-09 06:30
dp
codeforce
CF - 474 - D. Flowers(dp)
题目链接:http://codeforces.com/
problemset
/problem/474/D——>>状态:dp[i]表示前i个萝卜符合要求的排列
jchalex
·
2020-08-09 06:30
动态规划
CodeForces - 622A A. Infinite Sequence(简单思路题)
题目链接:https://codeforces.com/
problemset
/problem/622/A题目大意:有个数列:*1.1,2.1,2,3.1,2,3,4....求第n个位置的数为多少//因为题目是一个接一个的等差数列先求出
Qota
·
2020-08-09 06:14
ACM寒假欢乐赛
codeforces1156F. Card Bag
链接https://codeforces.com/
problemset
/problem/1156/F题解排个序然后把相同的合并下,aia_iai表示大小为iii的数有多少个fijf_{ij}fij表示前
*ACoder*
·
2020-08-09 06:44
#
概率DP
Educational Codeforces Round 10 C. Foe Pairs —— 后缀和
题目链接:http://codeforces.com/
problemset
/problem/652/CC.FoePairstimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputYouaregivenapermutationpoflengthn.Alsoyouaregive
DOLFAMINGO
·
2020-08-09 05:52
前缀和
&
后缀和
CodeForces 652F. Ants on a Circle
题目链接http://codeforces.com/
problemset
/problem/652/F思路题意是说一个环上有几只蚂蚁,有各自的运动方向,然后蚂蚁碰撞会立刻改变方向,问你t秒之后各个蚂蚁的位置
The_Dawn_Star
·
2020-08-09 05:22
CodeForces
经典结论
找规律
CF29D 树的遍历
http://codeforces.com/
problemset
/problem/29/DD.AntontheTreetimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputConnectedundirectedgraphwithoutcyclesiscalledatre
life4711
·
2020-08-09 05:46
图论
数据结构
CodeForces - 670D2 二分
http://codeforces.com/
problemset
/problem/670/D2D2.MagicPowder-2timelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputThetermofthisproblemisthesameasthepreviousone
-Hello_狂奔的蜗牛
·
2020-08-09 05:41
二分
Codeforces 670C (离散化入门题)
原题链接:https://codeforces.com/
problemset
/problem/670/C题目大意:有n个人,每人会且仅会一种语言.
RioTian
·
2020-08-08 16:00
CodeForces - 965C Greedy Arkady
题目链接:http://codeforces.com/
problemset
/problem/965/C题意:k个人围成一个圈分n个糖,选择一个x,从第一个人开始一个一个的得到x个糖,直到剩下的不足x个。
Konago
·
2020-08-08 12:03
Codeforces
jzoj 1591. 【普及模拟】游戏 解题报告
【普及模拟】游戏(j5.pas/cpp)(FileIO):input:j5.inoutput:j5.out时间限制:1000ms空间限制:262144KB具体限制
ProblemSet
题目描述两个核武器科学家
2018面壁
·
2020-08-08 01:34
博弈(对抗搜索)
搜索
力扣6. Z字形变换
题目来源:力扣https://leetcode-cn.com/
problemset
/all/classSolution:defconvert(s,numRows):ifnumRows<2:#若行数小于2
sinat_41789374
·
2020-08-07 18:23
力扣算法题
Codeforces 327C 快速幂+等比数列求和+乘法逆元
题目链接:http://codeforces.com/
problemset
/problem/327/CThereisalongplatescontainingndigits.Iahubwantstodeletesomedigits
ILoveFujibayashiRyou
·
2020-08-07 12:11
Codeforces题目
初刷leetCode--入门
从何入手刷题网址:https://leetcode.com/
problemset
/all/对于第一次进入leetCode的同学,可能面对1000多道的题无从下手,这里我给初入坑的同学做一下简单的介绍。
六月的雨听海
·
2020-08-05 17:20
leetCode系列
CF#200 div2 D Alternating Current(stack)
地址http://codeforces.com/
problemset
/problem/344/D题意给定一个插头,从左开始到右,现在每次遇到一个正负交叉的节点就标记一下,如果+在上则标记+,-在上标记-
AlmostFree
·
2020-08-05 17:37
cfGo
递归专题---------HRBUST--2004--整数划分
m=
ProblemSet
&a=showProblem&problem_id=2004Description将正整数n表示成一系列正整数之和:n=n1+n2+...+nk,其中n1>=n2>=...
好好学习。天天编程
·
2020-08-04 21:24
递归
hihoCoder #1443 : Push Button I ( DFS
题目链接:https://hihocoder.com/
problemset
/problem/1443题意:直接暴力枚举即可,因为要防止重复,所有我们需要搜索的时候每个小块内从小到大的进行搜索/*****
Yishui_Blog
·
2020-08-04 19:30
online
judge
Others
搜索
DFS/BFS
hihoCoder #1444 : Push Button II ( dp
题目链接:https://hihocoder.com/
problemset
/problem/1444题意:很容易发现这个就是一个线性的dpdpdp考虑一下dp[i][j]dp[i][j]dp[i][j]
Yishui_Blog
·
2020-08-04 19:30
online
judge
Others
动态规划
就是
CodeForces - 832D Misha, Grisha and Underground ( 树链剖分/LCA
题目链接http://codeforces.com/
problemset
/problem/832/D题意:给三个点,一棵树,将其中的两个点直接的路径+1问第三个点和这其中的两个点之一的一个点直接的路径上面
Yishui_Blog
·
2020-08-04 19:29
online
judge
CodeForces
数据结构
树链剖分
图论
LCA
Educational Codeforces Round 62 (Rated for Div. 2) C.Playlist (cf1140c) (贪心+优先队列)
题目链接:http://codeforces.com/
problemset
/problem/1140/C题目大意:有n首歌,每一首歌有它的时长和“美丽度”,分别记做ti,bi。
star_moon0309
·
2020-08-04 18:21
STL
贪心
codeforce
HRBUST - 2321
m=
ProblemSet
&a=showProblem&problem_id=2321n个人排成一队,队头的人编号为1,后面的人编号分别为2,3,…,n.1号人前面没有人,i号人的前面是i-1。
RTFIL
·
2020-08-04 17:09
HRBUST 2085 囧 分型法
m=
ProblemSet
&a=showProblem&problem_id=2085代码:#include#include#includeusingnamespacestd;constintmapsize
tenglinxi
·
2020-08-04 16:17
HRBUST
hihocoder 127 后缀自动机一·基本概念
题目链接:http://hihocoder.com/
problemset
/problem/1441描述小Hi:今天我们来学习一个强大的字符串处理工具:后缀自动机(SuffixAutomaton,简称SAM
传到桥头必然沉
·
2020-08-04 15:16
hihocoder
水题
codeforces988C(map简单运用)
题目链接:http://codeforces.com/
problemset
/problem/988/C题意:给你k个长度为n[i]的序列,让你每个序列去掉一个数判断这n个序列中是否有两个和相等的序列,如果有
童话ing
·
2020-08-04 14:29
STL
Codeforces
素数与素性测试(Miller-Rabin测试)
转载自Matrix大牛的博客把代码翻译成C++http://www.matrix67.com/blog/archives/234题目链接:http://hihocoder.com/
problemset
/
dcs2357181
·
2020-08-04 13:44
ProblemSet
of Binary Search Algorithms
二分的模板:真的很好用,谁用谁知道intbsearch_1(intl,intr){while(l>1;if(check(mid))r=mid;elsel=mid+1;}returnl;}intbsearch_2(intl,intr){while(l>1;if(check(mid))l=mid;elser=mid-1;}returnl;}LeetCode852.PeakIndexinaMountai
To_be_thinking
·
2020-08-04 12:31
Team
m=
ProblemSet
&a=showProblem&problem_id=2322TeamTimeLimit:1000MSMemoryLimit:130172KTotalSubmit:337(70users
富贵儿~
·
2020-08-04 12:56
2018/4/4
个人赛第五场
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他