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
D. Vasya and Triangle(数学思维)
http://codeforces.com/
problemset
/problem/1058/DD.VasyaandTriangletimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputVasy
sdau_blue
·
2020-09-14 21:33
思维
CODEFORCES 272C Dima and Staircase
传送门:http://codeforces.com/
problemset
/problem/272/CC.DimaandStaircasetimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputDima'sgotastaircasethatconsistsofnstairs
论菜鸟的自我修养
·
2020-09-14 21:32
---细节理解题----
CODEFORCES 272B Dima and Sequence
传送门:http://codeforces.com/
problemset
/problem/272/BB.DimaandSequencetimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputDimagotintonumbersequences.Nowhe'sgotsequ
论菜鸟的自我修养
·
2020-09-14 21:01
CODEFORCES 272D Dima and Two Sequences
传送门:http://codeforces.com/
problemset
/problem/272/D题意:给你两个串(a1,1),(a2,2),...,(an,n)和(b1,1),(b2,2),...,
论菜鸟的自我修养
·
2020-09-14 21:01
数学:数论
CODEFORCES 272E Dima and Horses
传送门:http://codeforces.com/
problemset
/problem/272/E题意:给你n匹马,m种关系。马之间可以有敌对关系。
论菜鸟的自我修养
·
2020-09-14 21:01
图论:二分图
Codeforces
Problemset
39A
问题描述C*++语言和C++语言非常相似,然而C*++的程序有时会出现意想不到的结果。比如像这样的算术表达式:表达式=基本式/表达式+基本式/表达式-基本式基本式=增量/系数*增量增量=a++/++a系数=0/1/2/……/1000如“5*a++-3*++a+a++”是合法的C*++表达式。计算这样的表达式的值的方法:首先是每个基本式进行计算,然后按照正常的算术运算法则计算。如果一个基本式包含“a
weixinding
·
2020-09-14 21:32
Codeforces
Problemset
10E(#10 div.1 E)
问题描述Billy在调查不同生活领域中应用贪心算法的问题。目前,他正研究用贪心算法找零钱。现有n种不同面值的硬币,每种硬币的数目不限。任务是用最少数量的硬币凑出金额x。贪心算法每一步会选取面值最高且不超过x的硬币。显然,如果存在面值为1的硬币,那么利用贪心算法可以组成任何金额x。但是,贪心算法不一定会给出x的最优表示,即用最少数量硬币的表示。例如,用面值为{1,3,4}的硬币拼出金额6。贪心算法会
weixinding
·
2020-09-14 21:32
CodeForces 900D-Unusual Sequences(快速幂,莫比乌斯反演)
CodeForces900D-UnusualSequences题目原址[http://codeforces.com/
problemset
/problem/900/D]题意有这样的序列a1,a2,a3⋅⋅
Terry: )
·
2020-09-14 21:49
题库
CF1077C——Good Array题解
题目链接:http://codeforces.com/
problemset
/problem/1077/CLet'scallanarraygoodifthereisanelementinthearraythatequalstothesumofallotherelements.Forexample
weixin_30933531
·
2020-09-14 20:04
数据结构与算法
codeforces 的一些数学题
https://codeforces.com/
problemset
/problem/1129/E这题就是一个主要的想法是变成有根树,然后自下而上确定点,每次二分未确定父亲的集合找出父亲。已写。
weixin_30929295
·
2020-09-14 20:33
Codeforces Round #167 (Div. 2) D. Dima and Two Sequences 排列组合
题目链接:http://codeforces.com/
problemset
/problem/272/DD.DimaandTwoSequencestimelimitpertest2secondsmemorylimitpertest256megabytes
weixin_30883777
·
2020-09-14 20:01
数据结构与算法
CF 272E Dima and Horses 染色,dfs 难度:2
http://codeforces.com/
problemset
/problem/272/E把仇恨关系想象为边,因为度只能为0,1,2,3,所以有以下几种0,1直接放即可2:有(1,1),(0,2)两种情况
weixin_30553065
·
2020-09-14 20:12
codeforces 580D Kefa and Dishes
传送门:http://codeforces.com/
problemset
/problem/580/d思路:状压DP,f[i][j]表示最后一个为i,已选取的菜的状态为j。
weixin_30266829
·
2020-09-14 20:53
贪心练习 again (codeforces 系列)
codeforces415B.MashmokhandTokenshttp://codeforces.com/
problemset
/problem/415/BBimokhisMashmokh'sboss.Forthefollowingndayshedecidedtopaytohisworkersinanewway.Atthebeginningofeachdayhewillgiveeachworker
theArcticOcean
·
2020-09-14 20:17
algorithm_贪心
codeforce 3B. Lorry(贪心)
题目:http://codeforces.com/
problemset
/problem/3/B大意是,给定N和V,在给出N个vehicle的类型号(1或2)和各自的载重量,求在不超过V的情况下最大的载重值及其分配方案
theArcticOcean
·
2020-09-14 20:17
algorithm_贪心
Zero Tree CodeForces - 275D
http://codeforces.com/
problemset
/problem/275/Dminn[i]代表以i为根的子树要变零树要减几次maxx[i]是加几次最后汇总至根节点输出maxx[1]-minn
sunyutian1998
·
2020-09-14 20:07
树型DP
树型DP
CodeForces
Kefa and Dishes CodeForces - 580D
http://codeforces.com/
problemset
/problem/580/D状压DP裸题dp[i][j]代表状态i下以第j道菜为结尾时的最大满意度当某一状态恰好有m道菜时更新一下答案即可
sunyutian1998
·
2020-09-14 20:07
状压DP
CodeForces
状压DP
CodeForces 670B Game of Robots(第k个出现的数字)
http://codeforces.com/
problemset
/problem/670/BB.GameofRobotstimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputInlateautumneveningnrobotsgatheredinthecheerfulco
Shyazhut
·
2020-09-14 20:37
小有趣的思维数学
CodeForces
Codeforce 719B
题目链接http://codeforces.com/
problemset
/problem/719/B思路不论输入什么,最终序列只有两种rbrbrb,brbrbr两种找输入串和最终序列错位的个数,这些错位数一定要花费一次
ukiy
·
2020-09-14 20:51
水题
CodeForces - 1247D Power Products【数论】
题目链接:https://codeforces.com/
problemset
/problem/1247/D题意:给你一个序列a,问有多少对i,j满足存在x使得ai*aj=x^k,k是给定的。
moomhxy
·
2020-09-14 20:47
数论
CF
codeforces 1073 E. Segment Sum(数位dp统计和)
题目链接:http://codeforces.com/
problemset
/problem/1073/E思路:数位dp按位求贡献算和#include#include#include#include#include
llmxby
·
2020-09-14 20:08
dp
hiho SAM模版题一【本质不同字串个数】
题目链接:https://hihocoder.com/
problemset
/problem/1445把每个状态的lenmax-lenmin+1累加起来就可以了。
lixuwei2333
·
2020-09-14 19:31
SAM
hiho SAM模板题二 【长度为1-n 的字串的最多出现次数】
题目链接:https://hihocoder.com/
problemset
/problem/1449通过topo计算每个节点的R集大小,然后给每个节点的maxlen打标记。
lixuwei2333
·
2020-09-14 19:31
SAM
codeforces 611C New Year and Domino 容斥定理 动态规划
题目链接http://codeforces.com/
problemset
/problem/611/C题意:给定一个矩阵(r*c),并且矩阵上有障碍物。
其樂无穷
·
2020-09-14 19:53
codeforces——1016
1016Ccodeforces----1016Dcodeforces----1016Ecodeforces----1016codeforces----1016Ahttp://codeforces.com/
problemset
lose__way
·
2020-09-14 19:32
codeforces
2道不错的cf题诶
题目链接:http://codeforces.com/
problemset
/problem/567/CC.GeometricProgressiontimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputPolycarplovesgeometricprogressionsve
jxust_tj
·
2020-09-14 19:10
拓展思维题
CodeForces
codeforces
好题
思维题
codeforces 215E 数位DP
链接:http://www.codeforces.com/
problemset
/problem/215/E题意:问你lr之间有多少的数是周期数,周期数的定义为:这个数的二进制形式是以k为周期的,k#include
haha593572013
·
2020-09-14 19:06
Dynamic
Programming
Codeforces
CodeForces 215D Hot Days(贪心)
题目链接:http://codeforces.com/
problemset
/problem/215/DDescriptionTheofficialcapitalandtheculturalcapitalofBerlandareconnectedbyasingleroadrunningthroughnregions.Eachregionhasauniqueclimate
adr5970
·
2020-09-14 18:00
CF1399D Binary String To Subsequences
原题链接:http://codeforces.com/
problemset
/problem/1399/DBinaryStringToSubsequencesYouaregivenabinarystringsconsistingofnzerosandones.Yourtaskistodividethegivenstringintotheminimumnumberofsubsequencesinsuc
ShadyPi
·
2020-09-14 18:51
杂============
贪心
模拟
codeforces 732D Exams(贪心+二分)
题目链接:http://codeforces.com/
problemset
/problem/732/D题目大意:每组数据第一行包括两个数n,m,第二行是n个数,表示每i天可以通过哪一门考试(0表示这天不能通过任何一门考试
JXR_12355
·
2020-09-14 18:18
ACM
Codeforces803C Maximal GCD
链接http://codeforces.com/
problemset
/problem/803/C题目大意给你两个数nk,让你求一个恰好含有k个数的严格上升数列,使得∑ai=n。且这个数列的gcd最大。
*ACoder*
·
2020-09-14 18:22
贪心
二分答案
Codeforces 660E Different Subsets For All Tuples【组合数学】
题目链接:http://codeforces.com/
problemset
/problem/660/E题意:给定数字范围,问由这些数字组成的长度为n的串的子序列有多少种?
An55511
·
2020-09-14 18:41
Codeforces
Problemset
198E(#125 div.1 E)
问题描述在一个二维平面上,你现在的位置在(x,y)同时你手上有一块磁铁。在这个平面上,还有N块散落的磁铁,每个磁铁都可以抽象成一个点,你的目标是吸引最多的散落的磁铁。每一块磁铁都有五个属性,x,y,m,p,r,分别表示磁铁的横坐标,磁铁的纵坐标,磁铁的重量,磁铁的吸引力,磁铁的吸引半径。一块磁铁想要把另一块磁铁吸过来的条件,有两条。1.被吸引的磁铁和吸引的磁铁之间的距离小于等于吸引磁铁的吸引半径。
weixinding
·
2020-09-14 17:56
Codeforces Round #100 E. New Year Garland (第二类斯特林数+dp)
题目链接:http://codeforces.com/
problemset
/problem/140/E题意:圣诞树上挂彩球,要求从上到下挂\(n\)层彩球。已知有\(m\)种颜色的球,球的数量不限。
weixin_30737433
·
2020-09-14 17:40
CodeForces - 873C Strange Game On Matrix(暴力+贪心)
题目链接:http://codeforces.com/
problemset
/problem/873/CIvanisplayingastrangegame.Hehasamatrixawithnrowsandmcolumns.Eachelementofthematrixisequaltoeither0or1
永远鲜红の幼月
·
2020-09-14 17:52
贪心
CodeForces - 803C 数学贪心
传送门:https://codeforces.com/
problemset
/problem/803/C给一个n,要选k个严格递增的数字和等于n,且最大的公因数最大最大gcd也是n的因数,构造q*(a1+
二分抄代码
·
2020-09-14 17:50
贪心
G. Path Queries(带权并查集+kruskal思想)
https://codeforces.com/
problemset
/problem/1213/G题意翻译题目描述\mathsfE\color{red}\mathsf{ntropyIncreaser}EntropyIncreaser
小菜鸡加油
·
2020-09-14 17:51
思维
最小生成树
并查集
F1. Tree Cutting (Easy Version)(思维+树dfs)
https://codeforces.com/
problemset
/problem/1118/F1题意翻译给一棵树,每一个节点都是红色,蓝色或者无色。
小菜鸡加油
·
2020-09-14 17:20
思维
树的dfs
D. Vasya And The Matrix(位运算+矩阵构造)
https://codeforces.com/
problemset
/problem/1016/D一个矩阵,你知道每行,每列异或后的结果,然后还原这个矩阵,如果不能还原输出NO。
小菜鸡加油
·
2020-09-14 17:19
构造
思维
位运算
codeforces 1003C Intense Heat
题目链接:http://codeforces.com/
problemset
/problem/1003/C题目思路:该题用到了前缀和,题意是给你n个数要求找连续小于等于k的最大平均值。
okimaru
·
2020-09-14 14:19
codeforces 401A - Vanya and Cards
题目链接:http://codeforces.com/
problemset
/problem/401/A题目大意:求最小操作数。题目分析:……。
sstrawberry
·
2020-09-14 04:52
Water~~~
codeforces 401A Vanya and Cards
题目链接:http://codeforces.com/
problemset
/problem/401/A题目大意:有好多张卡片,给出其中的部分n张,和总卡片中的最大值(最大绝对值)x,为了使这些卡片的和为
6个石头
·
2020-09-14 03:22
codeforces
CodeForces 999D 贪心+set+二分
http://codeforces.com/
problemset
/problem/999/DYouaregivenanarrayconsistingofnnintegersa1,a2,…,anandapositiveintegerm.Itisguaranteedthatmmisadivisorofn.Inasinglemove
csu_xiji
·
2020-09-13 20:02
二分
贪心
CodeForces 864E Fire (记录路径的01背包)
题目链接:http://codeforces.com/
problemset
/problem/864/E题目分析这个题目也是比较明显的01背包了,我们只需要考虑是否选择某一物品即可,把时间t[i]当作重量
winer_bamboo
·
2020-09-13 20:05
DP
D. AB-string——CF1238D
https://codeforces.com/
problemset
/problem/1238/D思路:1、每个字符存在回文串的最地条件是:AA,BB,ABA,BAB这几个。
Probie Tao
·
2020-09-13 19:12
[
比赛题
]
CF1238D
AB-string
codeforces--1238 D. AB-string
题目链接:https://codeforces.com/
problemset
/problem/1238/D大致题意:给你一个数n,然后给你一个长度为n的字符串,这个字符串是只有A,B两个字母,问你这个字符串的子串
Han Gang
·
2020-09-13 19:06
dp
acm
CSU - 1530 Gold Rush —— 二进制
题目链接:http://acm.csu.edu.cn/csuoj/
problemset
/problem?pid=1530对于一块2^n质量的gold。
alince20008
·
2020-09-13 18:02
C. Round Corridor
链接:https://codeforces.com/
problemset
/problem/1200/CAmugaeisinaverylargeroundcorridor.Thecorridorconsistsoftwoareas.Theinnerareaisequallydividedbynnsectors
龍木
·
2020-09-13 18:08
codeforces
gcd
ACM
code forces 392A Blocked Points
codeforces392ABlockedPoints题目链接:http://codeforces.com/
problemset
/problem/392/A题目大意:这个题题意挺绕的,不过多看两眼也能明白
slicer
·
2020-09-13 15:07
几何
sql基础知识总结
前言刷题或者练习sql的网站:https://leetcode-cn.com/
problemset
/database/sql学习教程:http://www.w3school.com.cn/sql/index.asphttps
MInNrz
·
2020-09-13 06:03
sql
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
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
其他