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
GUETOJ - 1099 同网CS (模拟检查是否同在内网;ip,子网掩码是否正确)
http://acm.guet.edu.cn/
problemset
/problem/1099#include#include#includeusingnamespacestd;constintMAX_N
nw4869
·
2020-07-05 16:54
模拟
模拟
codeforces 301B. Yaroslav and Time(下标的艺术)
http://codeforces.com/
problemset
/problem/301/B大意是这样的:从1点经过k点到达n点,开始出发的时间是极短的(0.X),其中途中点可以给予不同的time资源,
theArcticOcean
·
2020-07-05 14:07
algorithm_图论
Miller-Rabin质数测试
题目链接:http://hihocoder.com/
problemset
/problem/1287?
yqtaowhu
·
2020-07-05 14:22
Alogrithm
Codeforces Round #194 (Div. 1) / 333B Chips(贪心+代码优化)
B.Chipshttp://codeforces.com/
problemset
/problem/333/Btimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputGeraldplaysthefollowinggame.Hehasacheckeredfieldofsizen
synapse7
·
2020-07-05 14:58
Codeforces
贪心
codeforces
Codeforces 1251D Salary Changing (二分+最大化中位数)
https://codeforces.com/
problemset
/problem/1251/D提供一个比官方题解还简洁的二分思路。观察发现中位数越大,发出的工资越多,这满足二分条件。
synapse7
·
2020-07-05 14:58
Codeforces
codeforces 816B
题目链接:http://codeforces.com/
problemset
/problem/816/B题解:前缀和的经典应用代码:#include#include#include#include#include
kicksilver7
·
2020-07-05 12:45
ACM
Educational Codeforces Round 49 (Rated for Div. 2)A. Palindromic Twist
http://codeforces.com/
problemset
/problem/1027/Aabs()的意思是求绝对值的意思#includeusingnamespacestd;intmain(){intt
chen_zan_yu
·
2020-07-05 08:08
CF
[Codeforces 484A]Bits(拆位贪心)
题目链接http://codeforces.com/
problemset
/problem/484/A题目大意求[L,R]里二进制中1的出现次数最多的数字思路首先我们把L和R拆成二进制数,然后个位对齐,形如下面这样
我是傻叉
·
2020-07-05 02:18
传统题
比赛赛题
模拟/贪心
CodeForces
[Codeforces 55D]Beautiful numbers(数位DP)
题目链接http://codeforces.com/
problemset
/problem/55/D题目大意多次询问。
我是傻叉
·
2020-07-05 02:18
比赛赛题
CodeForces
传统题
动态规划
[Offer收割]编程练习赛7
图片排版题目链接:http://hihocoder.com/
problemset
/problem/1365解题思路:比较容易想到是O(n^2)的解决方案,遍历n种删除可能,每次遍历O(n)时间求总高度。
piaocoder
·
2020-07-05 01:42
codeforces1370E Binary Subsequence Rotation
https://codeforces.com/
problemset
/problem/1370/E怎么div2E水到这种地步昨天考完多媒体从下午一直颓废到晚上,1点突然想写写题,然后wa了2发后评测卡住了
二分抄代码
·
2020-07-04 22:04
2200专项:E. Side Transmutations(字符串翻转 计数问题)
原题:http://codeforces.com/
problemset
/problem/1065/E题意:n长字符串,m长b数组,有k种字符。两个字符串相同当其中一个经过一系列操作变成另外一个。
JK Chen
·
2020-07-04 19:39
想法题
E2. Voting (Hard Version)(优先队列 买卖决策)
http://codeforces.com/
problemset
/problem/1251/E2题意:有n个人,每个人有一个m,val,征服这个人需要val,如果你至少征服了其它m个人,则可以直接征服这个人
JK Chen
·
2020-07-04 19:07
想法题
hrbust 1143 泉水
m=
ProblemSet
&a=showProblem&problem_id=1143DescriptionLeyni是一个地址调查员,有一天在他调查的地方突然出现个泉眼。
ilblue
·
2020-07-04 18:35
题解
bfs-dfs
codeforces 1010D 【二分+交互】
题目链接:http://codeforces.com/
problemset
/problem/1011/D题目让你在1到m之间猜一个数x,你每猜一个数,会得到三种回复,-1(xy)。
Y390d
·
2020-07-04 16:36
二分(三分)
交互
codeforces 295E Yaroslav and Points (线段树)
http://codeforces.com/
problemset
/problem/295/E题目大意:在一条水平的直线上有n个点,编号1~n,告诉你每个点的横坐标xi,然后有两个操作:1:将编号为i的点平移
dyx心心
·
2020-07-04 15:38
codeforces
数据结构
codeforce 994c 思维题
http://codeforces.com/
problemset
/problem/994/C给你两个正方形的四个顶点,让你求是否两者有交点用set来维护所有在正方形里面的点,这样看两个set里面是否有相同的点
Charon_HN
·
2020-07-04 12:00
思维
codeforces 722E. Research Rover
题目链接:http://codeforces.com/
problemset
/problem/722/E题目大意:有一个n*m的网格,起点(1,1),终点(n,m),每次随机向右或向下走。
aufeas
·
2020-07-04 11:23
codeforces
dp
组合数学
cf Educational Codeforces Round 85
题目链接:https://codeforces.com/
problemset
/problem/1334/C题目意思:有n个小怪兽围成一圈,第i个小怪兽有ai点体力值,爆炸之后会对下一个小怪兽产生bi点伤害
WA怪
·
2020-07-04 08:25
CodeForces
CodeForces 552D — Vanya and Triangles 暴力枚举
原题:http://codeforces.com/
problemset
/problem/552/D题意:给出n个点,问一共可以形成多少个三角形;思路:直接暴力枚举,判断三个点是否共线;当同个x的点有多个时
柠檬不酸只是萌
·
2020-07-04 06:04
CodeForces
=====
其它
=====
计算几何
Educational Codeforces Round 46 (Rated for Div. 2) D. Yet Another Problem On a Subsequence
Bryce1010模板http://codeforces.com/
problemset
/problem/1000/D题意:要求一个序列有多少个子好序列。
bryce1010
·
2020-07-04 05:10
Educational Codeforces Round 46 (Rated for Div. 2) B. Light It Up
Bryce1010模板http://codeforces.com/
problemset
/problem/1000/B思路:先用两个数组sumon[]和sumoff[]将亮着的灯和灭的灯累计一下。
bryce1010
·
2020-07-04 05:10
Educational Codeforces Round 46 (Rated for Div. 2) C. Covered Points Count
Bryce1010模板http://codeforces.com/
problemset
/problem/1000/C题意:问你从[l,r]区间的被多少条线覆盖,列出所有答案。
bryce1010
·
2020-07-04 05:10
Educational Codeforces Round 46 (Rated for Div. 2) A. Codehorses T-shirts
Bryce1010模板http://codeforces.com/
problemset
/problem/1000/A题意:问你将一种类型的衣服转换成另一种的最小次数。
bryce1010
·
2020-07-04 05:09
codefoces
CF1217D Coloring Edges(思维+拓扑排序)
题目链接:http://codeforces.com/
problemset
/problem/1217/D题意:第一行给出n和m(2≤n≤5000,1≤m≤5000),代表无向图的点数和边数接下来m行,每行两个数
橘子灬君
·
2020-07-04 04:11
codeforces
codeforces-1213G-Path Queries(并查集+离线)
题目链接:http://codeforces.com/
problemset
/problem/1213/G题意:首先给出两个数n,m(1#include#include#include#include#include
橘子灬君
·
2020-07-04 04:11
codeforces
Croc Champ 2013 - Round 1 E. Copying Data 线段树
题目链接:http://codeforces.com/
problemset
/problem/292/EE.CopyingDatatimelimitpertest2secondsmemorylimitpertest256megabytes
weixin_30556161
·
2020-07-04 02:02
Codeforces Round #194 (Div. 1) / 333A Secrets(贪心)
A.Secretshttp://codeforces.com/
problemset
/problem/333/Atimelimitpertest1secondmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputGeraldhasbeensellingstatesecretsatleisure.Allthesecret
synapse7
·
2020-07-04 02:38
Codeforces
贪心
Codeforces Beta Round #36 / 36A Extra-terrestrial Intelligence(模拟)
A.Extra-terrestrialIntelligencehttp://codeforces.com/
problemset
/problem/36/Atimelimitpertest2secondsmemorylimitpertest64megabytesinputinput.txtoutputoutput.txtRecentlyVasyagotinterestedinfindingextra
synapse7
·
2020-07-04 02:38
acm之路--模拟
Codeforces
CodeForces 379A. New Year Candles
题目:http://codeforces.com/
problemset
/problem/379/A题意:有a支蜡烛,每烧掉b支蜡烛重新生成一根蜡烛(一支蜡烛燃烧一小时),求蜡烛燃烧的时间思路:本来a支蜡烛的燃烧时间加上后来生成的蜡烛的时间
陌初
·
2020-07-02 17:54
水题
2020NYIST个人积分赛第九场F题cf1144F
个人博客链接:https://blog.nuoyanli.com/2020/04/22/cf1144f/2020NYIST个人积分赛第九场F题原题链接https://codeforces.com/
problemset
nuoyanli
·
2020-07-02 13:29
ACM
#
构造
图论
CodeForces - Maximum Sum of Digits
题目链接:http://codeforces.com/
problemset
/problem/1060/BTimelimitpertest:2secondsMemorylimitpertest:512megabytesProblemDescriptionYouaregivenapositiveintegern.LetS
ityanger
·
2020-07-02 10:15
#
贪心
#
水题
#
数学几何
#
模拟
#
数据结构
ACM题解
图片排版
http://hihocoder.com/
problemset
/problem/1365?
lubovbyc
·
2020-07-02 10:38
hihocoder
算法
codeforces1373E Sum of Digits
https://codeforces.com/
problemset
/problem/1373/E其实这题挺水的,然而看见F好像更可做一些,就去WAF一直到结束了。。。看了jly的代码。。
二分抄代码
·
2020-07-02 08:50
巧妙暴力
思维
规律
Codeforces 839C Journey (树形dp + 概率期望)
题目链接:http://codeforces.com/
problemset
/problem/839/C题意:有n个城市,n-1条路(从任一城市出发都能够到达任意城市,故该图为树),求从1点到各个叶子点的期望长度思路
TooSIMple_
·
2020-07-02 03:25
ACM
Codeforces 711A. Bus to Udayland
题目链接:http://codeforces.com/
problemset
/problem/711/A题意:有一个公交车有N行座位,每行座位又分别有四个座位,其中”1“号和”2“号相邻,”3“号和”4“
dimaishu7553
·
2020-07-01 22:58
Codeforces 318A Even Odds
题目链接:http://codeforces.com/
problemset
/problem/318/AA.EvenOddstimelimitpertest:1secondmemorylimitpertest
ccmmfit
·
2020-07-01 19:56
cf
cf-337C Quiz
题目来源:http://codeforces.com/
problemset
/problem/337/C意思是给你n,m,k;一共有n道题目你能回答出m道题每当你连续答对k道你的分数就翻倍求你能得到的最小分数贪心把翻倍的分数尽量放在前面然后就数学计算了
devYzhou
·
2020-07-01 13:26
codeforces
字符串系列4 后缀数组
阅读目录:文章目录简介倍增法DC3最长前缀附录倍增法C++实现([hiho1403](https://hihocoder.com/
problemset
/problem/1403))通过DC3算法C++实现
MrZhangOac
·
2020-07-01 12:27
算法总结
Codeforces-669E:Little Artem and Time Machine(CDQ分治)
链接:http://codeforces.com/
problemset
/problem/669/E题意:三种操作:1xy在第x秒y点的值+1.2xy在第x秒y点的值-13xy查询在x秒y点处的值思路:因为操作
Mitsuha_
·
2020-07-01 11:42
分治
Codeforces379F-New Year Tree(LCA)
题目链接http://codeforces.com/
problemset
/problem/379/F思路每次维护当前的直径d和直径的两个端点u,v。
Lzed
·
2020-07-01 11:00
graph
LCA
codeforces-102B Sum of Digits(水题)
链接:http://codeforces.com/
problemset
/problem/102/B题意:给定一个数字,每次能把它变为它的各个位的数字之和,求几次变化后,能变成个位数#include#include
GrimCake
·
2020-07-01 09:18
codeforces
Little Artem and Time Machine CodeForces - 669E (CDQ分治)
题目链接:http://codeforces.com/
problemset
/problem/669/E给你n个操作,共三种:1、op=1,在时间t添加一个数2、op=2,在时间t删去一个数3、op=3,
电竞杜兰特
·
2020-07-01 08:34
CDQ分治
【打CF,学算法——一星级】CodeForces 318A (水题)
【CF简介】提交链接:http://codeforces.com/
problemset
/problem/318/A题面:C-EvenOddsTimeLimit:1000MSMemoryLimit:262144KB64bitIOFormat
David_Jett
·
2020-07-01 08:29
CodeForces
编程题——模拟
【打CF
学算法】
Two Strings Swaps
TwoStringsSwaps原题链接http://codeforces.com/
problemset
/problem/1006/DYouaregiventwostringsaandbconsistingoflowercaseEnglishletters
CambridgeICPC
·
2020-07-01 08:05
编写leetcode测试用例时所用的辅助函数
在做leetcode题目(https://oj.leetcode.com/
problemset
/algorithms/)的时候,我们总要自己写测试用例,常常要生成vector,list,tree,我将这些常用操作封装了一下
AAA20090987
·
2020-07-01 07:58
C/C++
codeforces Div3 E. Boxers(签到题)
codeforcesDiv3E.Boxers题目http://codeforces.com/
problemset
/problem/1203/E题意有n个人参加比赛,比赛要求参赛选手的体重都各不相同,每个人最多可以改变自己的体重
皓洲
·
2020-07-01 06:40
补题库
LeetCode小白入门——简单题目八题合集,每题两解
来源:LeetCode(力扣)链接:https://leetcode-cn.com/
problemset
/all/?
奶糖猫
·
2020-07-01 06:43
算法
算法
leetcode
python
一些我觉得很有价值,但是没有自己见解的题目的列表(持续更新)
buaacoding.cn/problem/1086/index动态规划https://buaacoding.cn/problem/1111/index动态规划,很独特的方式https://codeforces.com/
problemset
BUAA_Alchemist
·
2020-07-01 00:45
其他
D. Ralph And His Tour in Binary Country
传送门http://codeforces.com/
problemset
/problem/894/D给出一个平衡的二叉树,带边权,每组询问等价于求到A点距离不超过H的所有点到A点的距离和。
flinkstar
·
2020-06-30 17:56
ACM
上一页
12
13
14
15
16
17
18
19
下一页
按字母分类:
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
其他