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
C语言I博客作业03
/SE2019-4/homework/8728我在这个课程的目标是熟练掌握c语言这个作业在那个具体方面帮助我实现目标运用ifelse语句得到结果参考文献https://leetcode-cn.com/
problemset
手涂大神梦
·
2019-10-12 16:00
C语言1博客作业03
3/homework/8718我在这个课程的目标是扎实C语言基础,学会灵活的利用C语言这个作业在哪个具体方面帮助我实现目标灵活掌握C语言,打代码参考文献https://leetcode-cn.com/
problemset
邓佳美
·
2019-10-12 12:00
C语言I博客作业03
CST2019-1/homework/8715我在这个课程的目标是进一步熟练运用c语言这个作业在那个具体方面帮助我实现目标熟悉了c语言的不同程序调用参考文献https://leetcode-cn.com/
problemset
计科彭周
·
2019-10-12 12:00
xc语言l博客作业03
CST2019-4/homework/8719我在这个课程的目标是学会跟据已学过知识进行转换与变化,得到举一反三技能参考文献leecode面试数题网站(https://leetcode-cn.com/
problemset
夏日之秋
·
2019-10-12 00:00
数论训练之三
http://codeforces.com/
problemset
/problem/571/A冥思苦想怎么加才能保证能组成三角形,并且要求其方案数然后就无奈看题解发现其实可以容斥一下,总方案数-不合法的方案数
wzx_believer
·
2019-10-09 15:00
CodeForces-1131D
D.Gourmetchoice题目链接:https://codeforces.com/
problemset
/problem/1131/D题目大意:NULL解题思路:如过两个菜之间是等号的话,则他们的序号应该相同
mcalex
·
2019-10-04 16:00
Codeforces 997A Convert to Ones(思维)
https://codeforces.com/
problemset
/problem/997/A题目大意:给定一串0-1序列,定义两种操作:操作一:选取一连续串倒置。
WorLone
·
2019-10-03 18:00
CodeForces 1000A Codehorses T-shirts(STL map、思维)
https://codeforces.com/
problemset
/problem/1000/A题意:有n个人,给出每个人的衣服的尺码,现在,将这n件衣服的尺码换成另外的n种尺码,如果有尺码一样的衣服,
WorLone
·
2019-10-03 17:00
CodeForces 1000B Light It Up(贪心、思维)
https://codeforces.com/
problemset
/problem/1000/B题意:一个模拟思维题。就是有一盏灯,0时刻开着。
WorLone
·
2019-10-03 17:00
CodeForces 1000C Covered Points Count(区间线段覆盖问题,差分)
https://codeforces.com/
problemset
/problem/1000/C题意:有n个线段,覆盖[li,ri],最后依次输出覆盖层数为1~n的点的个数。
WorLone
·
2019-10-03 03:00
Codeforces Round #191 (Div. 2) A. Flipping Game
题目链接:https://codeforces.com/
problemset
/problem/327/A题目大意:给定一个长度为n的0/1序列,选取一段区间,将区间内的0改为1,1改为0,问这么一次操作后序列中
Z_Z_Heng
·
2019-09-30 23:00
Codeforces Round #587 (Div. 3) F. Wi-Fi
题目链接:https://codeforces.com/
problemset
/problem/1216/F题目大意:有n个房间,1代表这个房间可以安装路由器(代价为这个房间的编号i),且路由器覆盖范围为左侧到
Z_Z_Heng
·
2019-09-25 17:00
Codeforces Round #585 (Div. 2) B. The Number of Products
题目链接:http://codeforces.com/
problemset
/problem/1215/B题目大意:在n个不含0的数中,求有多少连续的子串的乘积小于零,有多少连续的子串的乘积大于零。
Z_Z_Heng
·
2019-09-23 14:00
codeforces1215D Ticket Game
问题链接(https://codeforces.com/
problemset
/problem/1215/D)问题描述一张票有n位数,如果这张票的前一半数字的和等于后一半数字的和(n一定是偶数),就称这张票为快乐票
DouglasConnor
·
2019-09-16 22:59
博弈
Codeforces
博弈
codeforces1215D Ticket Game
问题链接(https://codeforces.com/
problemset
/problem/1215/D)问题描述一张票有n位数,如果这张票的前一半数字的和等于后一半数字的和(n一定是偶数),就称这张票为快乐票
DouglasConnor
·
2019-09-16 22:59
博弈
Codeforces
博弈
codeforces 750E and 南昌网络赛的类类似 (线段树+矩阵转移dp)
题目链接:http://codeforces.com/
problemset
/problem/750/e题意:单组第一行n,q两个整数,表示给你一个长度为n的串q次查询第二行字符串s,表示长度为n的字符串
键盘里敲打出的巨人
·
2019-09-12 11:42
codeforces 301D Yaroslav and Divisors(树状数组)
题目链接:http://codeforces.com/
problemset
/problem/301/D题意和2019徐州站的ICPC网络赛的I题Query基本一样,稍微一改只是这个题说明自身和自身也是符合题意的数对
Cherry_93
·
2019-09-08 23:16
树状数组
codeforces 301D Yaroslav and Divisors(树状数组)
题目链接:http://codeforces.com/
problemset
/problem/301/D题意和2019徐州站的ICPC网络赛的I题Query基本一样,稍微一改只是这个题说明自身和自身也是符合题意的数对
Cherry_93
·
2019-09-08 23:16
树状数组
树状数组
SQL查询--关于查询的练习题
下面的练习题出自LeetCode:https://leetcode-cn.com/
problemset
/database/,有兴趣的可以去上面刷刷题练习题1:超过经理收入的员工分析:使用sql自连接查询
我是冰霜
·
2019-09-04 22:00
codeforces 906 D Power Tower (欧拉降幂)
题目:http://codeforces.com/
problemset
/problem/906/D题意:给数列a[],每次询问a[l]^a[l+1]^...^a[r]%p的值。思路:欧拉降幂。
A_Thinking_Reed_
·
2019-09-01 23:14
数论
2019 ICPC Preliminary Contest Nanjing: super_log(欧拉降幂)
相关题目:http://codeforces.com/
problemset
/problem/906/D |题解代码:#includeusingna
A_Thinking_Reed_
·
2019-09-01 22:53
数论
codeforces 1207-F Remainder Problem(分块)
题目:http://codeforces.com/
problemset
/problem/1207/F题意:给一个全0数列,两种操作,1:a[x]+=y;2:求所有下标满足i%x=y的a[i]的和。
A_Thinking_Reed_
·
2019-08-30 13:27
分块
codeforces 132-C Logo Turtle(dp)
题目:http://codeforces.com/
problemset
/problem/132/C题意:修改n次字母,求能到达的最远距离。
A_Thinking_Reed_
·
2019-08-29 18:40
dp
codeforce 284-C Cows and Sequence(线段树)
题目:http://codeforces.com/
problemset
/problem/284/C题意:初始序列只有一个0元素。三种操作1:前x个数加y,2:后面添加一个y,3:弹出最后的数。
A_Thinking_Reed_
·
2019-08-28 23:08
数据结构
CodeForces - 248E - E. Piglet's Birthday(组合数+概率dp)
题目链接:http://codeforces.com/
problemset
/problem/248/EE.Piglet'sBirthdaytimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputPiglethasgotabirthdaytoday.HisfriendWin
LSD20164388
·
2019-08-11 17:12
期望dp
数论
# MIT OCW 6.0001 课程 Problem Set 2 作业(Part 1)
MITOCW6.0001课程
ProblemSet
2作业(Part1)打卡记录打卡时间:2019.07.30打卡天数:D05学习内容:MITOCW6.0001课程
ProblemSet
2作业(Part1)参考链接课程视频作业链接
Adam卢卿
·
2019-07-31 02:01
MIT OCW 6.0001 课程 Problem Set 1 作业(Part C)
MITOCW6.0001课程
ProblemSet
1作业(PartC)打卡记录打卡时间:2019.07.27-2019.07.29打卡天数:D04学习内容:MITOCW6.0001课程
ProblemSet
1
Adam卢卿
·
2019-07-29 14:47
MIT OCW 6.0001 课程 Problem Set 1 作业(Part B)
MITOCW6.0001课程
ProblemSet
1作业(PartB)打卡记录打卡时间:2019.07.26打卡天数:D03学习内容:MITOCW6.0001课程
ProblemSet
1作业(PartB)参考链接课程视频作业链接
Adam卢卿
·
2019-07-26 09:47
MIT OCW 6.0001 课程 Problem Set 1 作业(Part A)
MITOCW6.0001课程
ProblemSet
1作业(PartA)打卡记录打卡时间:2019.07.25打卡天数:D02学习内容:MITOCW6.0001课程
ProblemSet
1作业(PartA)参考链接课程视频作业链接
Adam卢卿
·
2019-07-25 11:48
2019.7.21 总结
problemset
的划分按资源消耗,对比赛中题目进行划分。\(
problemset
=X\cupY\cupZ\)\(X=X_1\cupX_2\)explanation\(X\):稍加思考就win了。
FST_stay_night
·
2019-07-22 02:00
codeforces1187E
题目链接:http://codeforces.com/
problemset
/problem/1187/EE.TreePaintingYouaregivenatree(anundirectedconnectedacyclicgraph
cglong
·
2019-07-09 10:00
Game with string-题解
题目:https://codeforces.com/
problemset
/problem/1104/BA与B正在玩一个关于由小写拉丁字符构成的字符串s的游戏,每一个人会轮流操作,先A后B,对于每一次操作
稳健的不二少年
·
2019-07-08 17:54
div的相关题解
bistuacm 2019新生训练赛第9场题解
A.MahmoudandEhabandtheMEX题目链接:https://codeforces.com/
problemset
/problem/862/A题意对于一个集合,它的mex就是集合里所不包含的最小的非负整数比如集合
Andywu_0010
·
2019-06-01 00:43
bistuacm 新生训练赛 第八场题解
本次比赛为校内的训练赛,题目均选自codeforces.A.TextVolume题目链接https://codeforces.com/
problemset
/problem/837/A题意一个含有大小写字母和空格的字符串
不知名小号
·
2019-05-25 10:22
codeforces Vacations 动态规划 划水 (`- -)_u
http://codeforces.com/
problemset
/problem/698/A题目大意:瓦西亚同学每天将面对四种情况:0:健身房关门,没有编程比赛1:健身房关门,有编程比赛2:健身房开门,
Glasier
·
2019-05-08 20:22
Codeforces 567D - One-Dimensional Battle Ships - [树状数组+二分]
题目链接:https://codeforces.com/
problemset
/problem/567/D题意:在一个$1\timesn$的网格上,初始摆放着$k$只船,每只船的长度均为$a$个格子,已知所有船之间均不重叠
Dilthey
·
2019-05-02 11:00
Codeforces 567C - Geometric Progression - [map维护]
题目链接:https://codeforces.com/
problemset
/problem/567/C题意:给出长度为$n$的序列$a[1:n]$,给出公比$k$,要求你个给出该序列中,长度为$3$的等比子序列的数目
Dilthey
·
2019-05-02 10:00
拓扑排序 图
题目来源:https://hihocoder.com/
problemset
/problem/1175http://acm.hdu.edu.cn/showproblem.php?
草木有本心何求美人折
·
2019-04-26 21:00
codeforces522 div3 20190416
1.题目链接:http://codeforces.com/
problemset
/problem/1154/A代码:#include#include#include#includeusingnamespacestd
而濡木染
·
2019-04-17 10:48
ACM_Synthesizer
力扣链表+简单递归
链表算法https://leetcode-cn.com/
problemset
/all/?
差生_G
·
2019-04-04 17:00
leetcode面试100道题
地址:https://leetcode.com/
problemset
/top-100-liked-questions/?
itsRae
·
2019-04-01 17:07
leetcode
CodeForces - 988B /
problemset
/problem/988/B
题目链接蒟蒻不会写看了松超大佬的博客QAQ题意:给你一个数字n表示有n个字符串,现在你要对字符串按长度排序,判断上一个字符串是否为下一个字符串的字串,一直判断下去,如果全部满足就是YES否则是NO。然后是字符串的查找(这样就是没找到的情况str[i+1].find(str[i])==string::npos还有字符串排序奥sort(str,str+n,[](stringa,stringb){ret
Cr42yHC1
·
2019-03-22 19:02
算法与数据结构
codeforces
Colored Boots题解
题目来自Codeforce1141Dhttp://codeforces.com/
problemset
/problem/1141/D因为是全英文题面,就先简单的阐述一下题面。
草木有本心何求美人折
·
2019-03-21 19:00
Python实现简单查找最长子串功能示例
分享给大家供大家参考,具体如下:题目选自edX公开课MITx:6.00.1xIntroductiontoComputerScienceandProgramming课程Week2的
ProblemSet
1的第三题
dazuo_01
·
2019-02-26 11:27
【Codeforces】1104C Grid game (变异的俄罗斯方块)
http://codeforces.com/
problemset
/problem/1104/C4X4的方格放置1*2的矩形(用1表示)和2*1的矩形(用0表示)只要有一行或者一列都填满了,就会自动消除,
__zzz__
·
2019-02-16 19:40
Codeforces
CodeForces - 777B Game of Credit Cards 贪心
题目链接:http://codeforces.com/
problemset
/problem/777/B题目大意:A,B玩游戏,每人一串数字,数字不大于1000,要求每人从第一位开始报出数字,并且比较,如果等于则没事
mpeter
·
2019-02-14 01:00
hihoCoder 1317 搜索四·跳舞链(DLX算法)
题目链接:http://hihocoder.com/
problemset
/problem/1317就是一个DLX的模板,判断能否选出几行来覆盖整个矩阵...AC代码:#includeusingnamespacestd
Charlesssf
·
2018-12-07 15:56
ACM_覆盖问题
leetcode刷题方法指南
可以先刷高频前100个:https://leetcode.com/
problemset
/top-100-liked-questions/或者面试高频类:https://leetcode.com/
problemset
别说话写代码
·
2018-12-01 15:34
数据结构/算法/刷题
leetcode刷题日记(一)
leetcode题库和测试平台中文版:https://leetcode-cn.com/
problemset
/all/也不知道是不是我网速的问题,想测试程序,很多时间都浪费在打不开网页,待审状态。。。
Euphoria_yu
·
2018-11-27 15:45
python
郑州大学2018新生训练赛第十场题解
比赛(补题)地址:http://222.22.65.164/
problemset
.php题号为:4305——4309总述:这次新生赛难度偏于平和,但涵盖方面甚广,其中一道签到题是c语言题,并且有两道是hdu
moonfair
·
2018-11-17 23:00
上一页
15
16
17
18
19
20
21
22
下一页
按字母分类:
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
其他