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
Div.3
Codeforces Round 894 (Div. 3) 【题解A-G】
文章目录CodeforcesRound894(
Div.3
)A.GiftCarpet(模拟)B.SequenceGame(构造)C.FlowerCityFence(差分、双指针)D.IceCreamBalls
ahardstone
·
2023-09-25 16:12
CF
算法
数据结构
Codeforces Round 895 (Div. 3)
比赛地址:CodeforcesRound895(
Div.3
)A.TwoVessels题目链接:Problem-A-Codeforces题面:题意:你有两个装水的容器。
ros275229
·
2023-09-17 20:23
算法学习
CF
算法
c++
Codeforces Round #550 (
Div.3
) 题目 & 题解
我的个人Blog,更多题解及算法详解:https://www.beiyanpiki.cn/CodeForcesContest:http://codeforces.com/contest/977ProbelmSetPDF:https://file.beiyanpiki.cn/ACM/Codeforces%23479.pdf官方英文题解:http://codeforces.com/blog/entry
BeiyanPiki
·
2023-09-15 18:14
CodeForces
Codeforces
Div.3
题解
无标题文章
#CodeforcesRound#615(
Div.3
)标签(空格分隔):ACM---#D.MEXmaximizing##Description:RecallthatMEXofanarrayisaminimumnon-negativeintegerthatdoesnotbelongtothearray.Examples
生而有涯
·
2023-09-15 12:55
Codeforces Round 855 (Div 3)(A - F)
CodeforcesRound855(
Div.3
)(A-F)CodeforcesRound855(
Div.3
)A.IsItaCat?
.Ashy.
·
2023-09-11 09:17
cocoa
macos
objective-c
Codeforces Round 895 (Div. 3)
CodeforcesRound895(
Div.3
)A.TwoVessels思路:我们可以发现当在a拿c到b其实可以让他们差值减少2c,所以对a和b的差值除以2c向上取整即可#includeusingnamespacestd
LINDKK
·
2023-09-09 15:50
算法
c++
图论
E. Nastya and Potions
所以就保证了不存在环,那就能用拓扑结构的性质做,用记忆化搜索就可以了//Problem:E.NastyaandPotions//Contest:Codeforces-CodeforcesRound888(
Div
zzzyyzz_
·
2023-09-09 11:57
codeforces
算法
Codeforces 康复训练 -- Codeforces Round #713 (Div. 3)
CodeforcesRound#713(
Div.3
)A.SpyDetected!
godhandsjoker
·
2023-09-09 06:18
ACM训练记录
c++
acm竞赛
算法
c语言
字符串
Codeforces Round 895 (Div. 3) A ~ F
Dashboard-CodeforcesRound895(
Div.3
)-CodeforcesA问多少次能使a和b相等,就是abs(a-b)/2除c向上取整,也就是abs(a-b)除2c向上取整。
泠楠子
·
2023-09-09 05:32
cf
算法
c++
数据结构
Codeforces Round 560 (Div 3)(A - F)
CodeforcesRound560(
Div.3
)Dashboard-CodeforcesRound560(
Div.3
)-CodeforcesA.Remainder(模拟)思路:模拟取余操作,只需考虑数字的后
.Ashy.
·
2023-09-08 05:52
算法
Codeforces Round 731 (Div 3)(A - F)
CodeforcesRound731(
Div.3
)(A-F)Dashboard-CodeforcesRound731(
Div.3
)-CodeforcesA.ShortestPathwithObstacle
.Ashy.
·
2023-09-08 05:47
算法
Codeforces Round 888 (Div. 3)
CodeforcesRound888(
Div.3
)A.EscalatorConversations思路:暴力枚举我们可以发现要让他们能相同高度首先你们之间的差值必须是k的倍数并且这个倍数必须小于m并且不能存在相同高度
LINDKK
·
2023-08-30 21:20
算法
Codeforces Round #894 (
Div.3
)
文章目录前言A.GiftCarpet题目:输入:输出:思路:代码:B.SequenceGame题目:输入:输出:思路:代码:C.FlowerCityFence题目:输入:输出:思路:代码:D.IceCreamBalls题目:输入:输出:思路:代码:E.KolyaandMovieTheatre题目:输入:输出:思路:代码:总结前言昨天晚上打了一场CodeforcesDiv3唉打的很不好,只AC了两道
认真写博客的夏目浅石.
·
2023-08-25 13:56
比赛
c++
算法
思维
贪心算法
学习
Codeforces Round #776 (Div. 3)
CodeforcesRound#776(
Div.3
)A.DeletionsofTwoAdjacentLetters题目大意给定一个字符串s和一个字符c,能对字符串进行删除操作,删除相邻两个,求能否的到字符
冰镇白干
·
2023-08-19 10:26
比赛
c++
算法
开发语言
Codeforces Round 888 (Div. 3)ABC
CodeforcesRound888(
Div.3
)目录A.EscalatorConversations题目大意思路代码B.ParitySort题目大意思路代码C.TilesComeback题目大意思路代码
想要AC的sjh
·
2023-08-17 03:24
ACM
算法
数据结构
c++
codeforces
【每日一题】—— B. Maximum Rounding(Codeforces Round 891 (Div. 3))
一.题目描述题目大意:题目链接:B.MaximumRounding(CodeforcesRound891(
Div.3
))二.思路分析先从前往后找大于等于5的数字,找到之后将这一位以及后面的数字全部置为0
PH_modest
·
2023-08-16 14:10
每日一题
算法
c++
学习
codeforces
Codeforces Round 891 (Div. 3)ABC
CodeforcesRound891(
Div.3
)目录A.ArrayColoring题目大意思路代码B.MaximumRounding题目大意思路代码C.AssemblyviaMinimums题目大意思路代码
想要AC的sjh
·
2023-08-13 23:59
ACM
算法
c++
数据结构
codeforces
Codeforces-Round-891-Div-3
CodeforcesRound891(
Div.3
)A.ArrayColoring题目给你一个由nnn个整数组成的数组。
重生之我是cxk
·
2023-08-13 21:42
ACM-
ICPC
#
Codeforces
算法
数据结构
c++
Codeforces Round 888 (Div. 3) A~F
原题链接:Dashboard-CodeforcesRound888(
Div.3
)-Codeforces目录A.EscalatorConversationsB.ParitySortC.TilesComebackD.PrefixPermutationSumsE.NastyaandPotionsF.LisaandtheMartiansA.EscalatorConversations
JGOOD是是
·
2023-08-10 18:05
codeforces题解
算法
c++
数据结构
【cf】Codeforces Round 883(
Div.3
)题解 A - E1
A.RudolphandCuttheRope思路签到题,就是看有多少个钉子上系的绳子长度比钉子高度短代码#include#include#includeusingnamespacestd;intt,n;voidsolve(){cin>>n;intans=0;for(inti=0;i>a>>b;if(b>t;while(t--){solve();}return0;}B.RudolphandTic-T
Texcavator
·
2023-07-31 13:57
Codeforces
题解
算法
c语言
c++
Codeforces Round 888 (Div. 3)(视频讲解全部题目)
@[TOC](CodeforcesRound888(
Div.3
)(视频讲解全部题目))CodeforcesRound888(
Div.3
)(A–G)全部题目详解AEscalatorConversations
Turing_Sheep
·
2023-07-29 16:37
codeforces
比赛记录
音视频
算法
c++
Codeforces Round 883 (Div. 3) A~G
比赛链接:Dashboard-CodeforcesRound883(
Div.3
)-Codeforces目录A.RudolphandCuttheRopeB.RudolphandTic-Tac-ToeC.RudolfandtheAnotherCompetitionD.RudolphandChristmasTreeE.RudolfandSnowflakesF.RudolphandMimicG.Rudol
JGOOD是是
·
2023-07-21 18:02
codeforces题解
算法
数据结构
Codeforces Round 867 (Div. 3)(A题到E题)
链接:Dashboard-CodeforcesRound867(
Div.3
)-Codeforces头一次div3做出来四题,第五题也差临门一脚,赛后看到别人e题跟自己几乎一样的思路肠悔青了,还得练才行A.TubeTubeFeed
lllrainbow
·
2023-06-22 15:58
c++
算法
图论
codeforces round #797 (
div.3
)
codeforcesround#797(
div.3
)E.PriceMaximization给定nnn和kkk,将nnn(偶数)个数分成n/2n/2n/2组,每组两个数,令SiS_iSi为第i组的数的和,
RE自动机
·
2023-06-22 15:58
cf
round
贪心算法
算法
c++
数据结构
Codeforces Round #776 (Div. 3) (A-E题解)
源代码:ACM/OpenjudgeNow/Codeforcesatmaster·abmcar/ACM(github.com)更好的阅读体验:CodeforcesRound#776(
Div.3
)(A-E题解
Abmcar
·
2023-06-22 15:28
#
Codeforces题解
算法
c++
leetcode
Codeforces Round #839 (Div. 3)题解
//Contest:Codeforces-CodeforcesRound#839(
Div.3
)//URL:https://codeforces.com/contest/1772/problem/A//MemoryLimit
Kicamon
·
2023-06-22 14:58
cf
c++
算法
数据结构
六月六日补题目日记:Codeforces Round #878 (
Div.3
)
这是在coderforces上的第一篇博客,竟然说不合格,服了,对于一个题目,怎样发挥最大的意义,在一本书里看到的这段话感觉非常好:1怎样做出来,有没有更好更简洁的做法2为什么这样做3下次如何想起来4联想一下题目有啥好玩的地方,能不能和现实生活联系起来5博弈论:看样例和最后答案之间的关系以后补题目的时候,对于每个题目都按照这样的思路和顺序来补题,这样能够发挥题目的最大的作用;另外,我在做英语阅读理
lzllzz23
·
2023-06-10 02:34
算法
【超好懂的比赛题解】Codeforces Round #753 (Div. 3)
title:CodeforcesRound#753(
Div.3
)date:2021-11-7tags:ACM,练习记录author:Linno题目链接:https://codeforces.com/contest
RWLinno
·
2023-04-20 06:41
ACM
练习记录
杂项
acm竞赛
程序设计
c++
贪心算法
Codeforces Round #521 (Div. 3)
CodeforcesRound#521(
Div.3
)A.FrogJumping题意:一只青蛙在坐标O点,给出两个数字a和b,并给出一个数字k表示跳跃的次数,第一次跳从O点往右跳a的距离,第二次跳从上一次的位置往左跳
JinxiSui
·
2023-04-18 16:14
Codeforces Round #786 (Div. 3) A ~ G 全题解
CodeforcesRound#786(
Div.3
)A~G全题解A.NumberTransformation题意给你两个整数x,y,你需要选择两个正整数a,b使得x乘a次b后等于y,输出a和b若无解输出
CCSU__LRF
·
2023-04-17 13:17
codeforce
贪心算法
算法
c++
c语言
字符串
Codeforces Round #780 (Div. 3) A~F2 题解
CodeforcesRound#780(
Div.3
)A~F2题解A.VasyaandCoins题意你有a枚一元硬币和b枚2元硬币,问你最小不能组合的零钱数思路显然,没有一元硬币的话是组合不出一元的,其他情况下最小不能组合的零钱数就为
CCSU__LRF
·
2023-04-17 13:46
codeforce
数据结构
算法
贪心算法
字符串
c语言
Codeforces Round #615(
Div.3
)
CodeforcesRound#615(
Div.3
)A.CollectingCoins注意(n)可能不够用的情况。
frans4x
·
2023-03-14 02:24
Codeforces Round #734 (Div. 3) 题解
CodeforcesRound#734(
Div.3
)题解1551A.PolycarpandCoins题意:结账时,一共花费n元,要求只使用1元与2元的硬币进行支付,并且两种硬币的数量之差的绝对值要最小,
小镇做题家!
·
2022-07-19 19:44
#
codeforces
Editorial for Codeforces Round #748 (
Div.3
)
EditorialforCodeforcesRound#748(
Div.3
)1593A-Elections解法:模拟**时间复杂度O(1),空间复杂度O(1)#includeusingnamespacestd
ViTe思考者
·
2022-05-15 20:43
Codeforces Round #786 (Div. 3) 题解
CodeforcesRound#786(
Div.3
)题解A.NumberTransformation算法标签数学思路由题(xb)^a=y若a=1则xb=y即y%x=0时b=y/x故y%x=0时a=1b=
T_Y_F666
·
2022-05-05 07:05
codeforces题解
算法
c++
数据结构
Codeforces Round #780 (Div. 3) D. Maximum Product Strikes Back(1600)
CodeforcesRound#780(
Div.3
)D.MaximumProductStrikesBack大致思路:一个双指针题型,细节很多。
Snow_raw
·
2022-04-04 07:35
双指针
算法
c++
Codeforces Round #710 (Div. 3)个人题解
CodeforcesRound#710(
Div.3
)文章目录[CodeforcesRound#710(
Div.3
)](https://codeforces.com/contest/1506)ProblemA
lovesickman
·
2021-04-14 17:15
codeforces
div3
算法
Codeforces Round #702 (Div. 3)A-G题解
CodeforcesRound#702(
Div.3
)A-G题解比赛链接:https://codeforces.ml/contest/1490这场F读错题意白给一发,G二分的if(dp[mid]#definelllonglong
StandNotAlone
·
2021-02-17 01:33
codeforces
算法
寒假训练第一天-Codeforces Round #501 (Div. 3)
寒假训练第一天-CodeforcesRound#501(
Div.3
)前言:又到寒假了,依旧是被疫情困在家里的一天,还是希望自己不那么fw,和队长约了一块训练,div3开始,先练练手速,毕竟忙着期末考试得有半个月没怎么碰过键盘了
ApSnow2000
·
2021-01-12 03:44
算法
c++
Codeforces Round #693 (Div. 3) C. Long Jumps 题解
CodeforcesRound#693(
Div.3
)C.LongJumps原题在这!题目大意Polycarp在玩一个游戏,给定有n个元素的数组a,设定一个起始点i。当in,这时其得分ans=a[i]。
Is_TuTouYa
·
2021-01-05 12:20
Codeforces
Codeforces Round #590 (Div. 3)
CodeforcesRound#590(
Div.3
)A.EqualizePricesAgain题意:求平均值并且向上取整#include#definemset(a,b)memset(a,b,sizeof
谁抢了我的happypeople
·
2020-09-16 15:18
codeforces
Codeforces Round #667 (Div. 3) A-B-C
CodeforcesRound#667(
Div.3
)A.YetAnotherTwoIntegersProblem问题分析:就是简单的暴力枚举从10依次往下扫AC代码:#include#include#include
MaxVen
·
2020-09-15 12:46
CodeForces
ACM
Codeforces Round #642 (Div. 3) D.Constructing the Array
CodeforcesRound#642(
Div.3
)-1353D.ConstructingtheArray问题分析:模拟一个0数列,用优先队列然后把按照两个规则进行出列连续0长度长的优先级高,同长度的开始位置考前优先具体看大佬代码
MaxVen
·
2020-09-15 12:45
CodeForces
Codeforces Round #667 (Div. 3)(A、B、C、D、E)
CodeforcesRound#667(
Div.3
)(A、B、C、D、E)比赛地址补题补晚了,估计访问量没了A:YetAnotherTwoIntegersProblem题意给定两整数a,b,每次可以选择
serendipityLB
·
2020-09-15 02:09
CF
算法
Codeforces Round 544(Div. 3)
layout:posttitle:CodeforcesRound544(
Div.3
)author:"luowentaoaa"catalog:truetags:mathjax:true-codeforces
R芮R
·
2020-09-14 20:24
Codeforces Round #661 (Div. 3) D. Binary String To Subsequences
CodeforcesRound#661(
Div.3
)D.BinaryStringToSubsequences题目链接Youaregivenabinarystringsconsistingofnzerosandones.Yourtaskistodividethegivenstringintotheminimumnumberofsubsequencesinsuchawaythateachcharact
旺 崽
·
2020-09-14 20:21
vector
思维
Codeforces
codeforces Round #479(
Div.3
) A-wrong subtraction B two-gram C- less or equal D E F
A.WrongSubtractiontimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputLittlegirlTanyaislearninghowtodecreaseanumberbyone,butshedoesitwrongwithanumberconsistingof
轨轨123
·
2020-09-14 19:34
Codeforces
[codeforces 1353D] Constructing the Array 分治算法
CodeforcesRound#642(
Div.3
)参与排名人数11823[codeforces1353D]ConstructingtheArray分治算法总目录详见https://blog.csdn.net
mrcrack
·
2020-09-14 19:43
codeforces
Codeforces Round #634 (
Div.3
)
CodeforcesRound#634Div.3ABCDEFA题意:给两姐妹分糖,需要Alice的糖比Betty的糖多,问有多少种分法(所有糖必须分完)。题记:两种情况,糖的数量少于3时没有一种分法符合条件,糖大于三的情况直接输出(n-1)/2即可。#includeusingnamespacestd;intmain(){intt;cin>>t;while(t--){intx;cin>>x;if(x
moyangxian
·
2020-09-14 17:56
codeforces
Codeforces Round #634 (Div. 3) E2.Three Blocks Palindrome (hard version)
CodeforcesRound#634(
Div.3
)E2.ThreeBlocksPalindrome(hardversion)Theonlydifferencebetweeneasyandhardversionsisconstraints.Youaregivenasequenceaconsistingofnpositiveintegers.Let
旺 崽
·
2020-09-14 17:08
思维
二分
Codeforces
上一页
1
2
3
4
5
下一页
按字母分类:
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
其他