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
ConTest
KAJIMA CORPORATION
CONTEST
2024(AtCoder Beginner
Contest
340)ABCDEF 视频讲解
这场比较郁闷,C题短路,连续4次WA,导致罚时太多A-ArithmeticProgressionProblemStatementPrintanarithmeticsequencewithfirsttermAAA,lasttermBBB,andcommondifferenceDDD.Youareonlygiveninputsforwhichsuchanarithmeticsequenceexists
阿史大杯茶
·
2024-02-11 08:50
Atcoder
Atcoder
算法
c++
AtCoder Regular
Contest
171(A~B)
A-NoAttackingN*N棋盘上,放A个rook棋和B个pawn棋。条件1:假设(i,j)上有一个rook,那么这i行和这j列,都不能再有其他棋子。条件2:假设(i,j)上有一个pawn,那么(i-1,j)上不能有棋子。满足条件的情况下,能放完A个rook和B个pawn,输出Yes,放不完则输出No。分析:两个条件操作起来太麻烦了,先考虑把其中一个条件解决,条件2约束的只有两个格子,而条件1
zzc大魔王
·
2024-02-10 20:00
Atcoder
atcoder
算法
c++
数据结构
arc
思维
Japan Registry Services (JPRS) Programming
Contest
2024 (AtCoder Beginner
Contest
339)(A~C)
感觉区分度不明显,D题之后感觉都有arc的难度了。A-TLD输出字符串最后一个.之后的内容,比如www.baidu.com,输出com扫一遍输出#include//#defineintlonglong#defineper(i,j,k)for(int(i)=(j);(i)=(k);--(i))#definefrfirst#definesesecond#defineendl'\n'usingnames
zzc大魔王
·
2024-02-10 20:59
Atcoder
c++
算法
思维
模拟
atcoder
abc
自动导入文件夹下的文件require.context
webpack.docschina.org/guides/dependency-management/#requirecontextconstfirst=require.context('@/assets/image/
contest
羊驼626
·
2024-02-10 08:44
1094. The Largest Generation (25)
PAT-A1094,题目地址:https://www.patest.cn/
contest
s/pat-a-practise/1094这道题的关键是计算出每个人分别是第几代,然后数出每代人分别有多少个,取最大值即可
cheerss
·
2024-02-10 07:56
【力扣白嫖日记】SQL
表:Reigster列名类型
contest
_idintuser_i
Gary.Li
·
2024-02-10 04:44
力扣刷题
leetcode
sql
数据库
Codeforces Round 915 (Div. 2)
A.max(n,m)//Problem:A.ConstructiveProblems//
Contest
:Codeforces-CodeforcesRound915(Div.2)//URL:https:/
Lanthanmum
·
2024-02-09 19:38
算法
牛客周赛 Round 31 F.小红的连续段【隔板法+组合数学】
原题链接:https://ac.nowcoder.com/acm/
contest
/74362/F时间限制:C/C++1秒,其他语言2秒空间限制:C/C++262144K,其他语言524288K64bitIOFormat
lianxuhanshu_
·
2024-02-09 17:58
数学
算法
Day 20-prevail
todefeatanopponentespeciallyinalongordifficult
contest
,oftenfiguratively.Intheend,justiceprevail.常见意思,
两仪叶
·
2024-02-09 14:55
Codeforces Round 919 (Div. 2)(A-D)
ProblemsC.PartitioningtheArray思路标程ProblemsD.ArrayRepetition思路标程超时代码(思路较直观)题目地址:https://codeforces.com/
contest
鱼香rose__
·
2024-02-08 23:01
codeforces
算法
牛客寒假算法基础集训营6 题解报告
比赛地址:https://ac.nowcoder.com/acm/
contest
/332#questionA:考虑一下极限位置就行#includeusingnamespacestd;#definelllonglongintconstintINF
甦萌
·
2024-02-08 22:03
KEYENCE Programming
Contest
2021 A - Two Sequences 2(思维)
题意:解法:注意到i必须满足usingnamespacestd;#defineintlonglongconstintmaxm=2e5+5;intans[maxm];inta[maxm];intb[maxm];intn;signedmain(){ios::sync_with_stdio(0);cin>>n;for(inti=1;i>a[i];for(inti=1;i>b[i];intaa=-1;fo
live4m
·
2024-02-08 10:18
补题与总结:AtCoder Beginner
Contest
333 D、E
文章目录写在最前面的复盘D-EraseLeavesE-TakahashiQuest写在最前面的复盘前三题属于是凑数题,下次争取快点a掉,这次wa了一次C题写了个三指针,从小到大枚举出满足题意的数,其实可以直接暴力枚举满足题意的数,但是会有重复的,用set去重即可,赛时没想到,三指针磨了很久。原来暴力也是门艺术,什么时候适合暴力也是门学问啊,自己对于这块的理解确实不够深以为D题读懂了题意,然后写写写
.SacaJawea
·
2024-02-08 00:44
练习赛补题
深度优先
算法
牛客周赛 Round 31 D.小红数组操作【哈希双链表+设置哨兵】
原题链接:https://ac.nowcoder.com/acm/
contest
/74362/D时间限制:C/C++1秒,其他语言2秒空间限制:C/C++262144K,其他语言524288K64bitIOFormat
lianxuhanshu_
·
2024-02-08 00:05
数据结构
哈希算法
算法
链表
数据结构
AtCoder Beginner
Contest
339 B.Langton‘s Takahashi【模拟】
原题链接:https://atcoder.jp/
contest
s/abc339/tasks/abc339_bTimeLimit:2sec/MemoryLimit:1024MBScore:250points
lianxuhanshu_
·
2024-02-07 23:32
基础算法
算法
牛客周赛 Round 31 E.小红的子集取反【dp+设置偏移量】
原题链接:https://ac.nowcoder.com/acm/
contest
/74362/E时间限制:C/C++1秒,其他语言2秒空间限制:C/C++262144K,其他语言524288K64bitIOFormat
lianxuhanshu_
·
2024-02-07 23:02
动态规划
算法
动态规划
AtCoder Beginner
Contest
262(ABC262)A-Ex 题解
A-WorldCup我懒得分类讨论,直接枚举。#include#defineMax(a,b)((ab)&&(a=b))usingnamespacestd;inlineintread(){intx=0,f=1;staticcharch;while(ch=getchar(),ch=48);returnf?x:-x;}intmain(){intn=read();while(n%4!=2)n++;prin
cyl06
·
2024-02-07 12:28
题解
c++
算法
第 45 届国际大学生程序设计竞赛(ICPC)亚洲网上区域赛模拟赛 Easy Equation
链接:https://ac.nowcoder.com/acm/
contest
/8688/A来源:牛客网Youaregivenfourpositiveintegers,,,,pleasehelplittleMcalculatethenumberofequations
FACELESS VOID
·
2024-02-07 02:27
竞赛算法练习
算法
动态规划
Contest
100000607 - 《算法笔记》7.3小节——数据结构专题(1)->链表处理
文章目录
Contest
100000607-《算法笔记》7.3小节——数据结构专题(1)->链表处理7.3链表处理7.3.1链表的概念7.3.2使用malloc函数或new运算符为链表结点分配内存空间7.3.3
李霁明
·
2024-02-07 00:58
算法笔记刷题笔记
算法笔记
数据结构
链表
Codeforces Round #552 (Div. 3)每日两刷(E.Two Teams(vector),F. Shovels Shop(DP)G. Minimum Pos数论 2019/4/17
E.TwoTeams题目链接:http://codeforces.com/
contest
/1154/problem/ETherearenstudentsstandinginarow.Twocoachesareformingtwoteams—thefirstcoachchoosesthefirstteamandthesecondcoachchoosesthesecondteam.Thei-thstu
*Slime*
·
2024-02-06 17:06
每日训练
训练赛
Codeforces
Round
#552
(Div.
3)
E.Two
Teams(vector)
F.
Shovels
Shop(DP)
2024牛客寒假算法基础集训营1题解 | JorbanS
文章目录[A-DFS搜索](https://ac.nowcoder.com/acm/
contest
/67741/A)[B-关鸡](https://ac.nowcoder.com/acm/
contest
/
JorbanS
·
2024-02-06 14:51
OI
题解
算法
深度优先
数据结构
c++
题目:1633.各赛事的用户注册率
题目来源:leetcode题目,网址:1633.各赛事的用户注册率-力扣(LeetCode)解题思路:将Register表按
contest
_id分组聚合后,计算平均值并四舍五入到小数点后两位即可。
十年一觉尘与土
·
2024-02-06 11:27
#
SQL
leetcode
sql
力扣题目-1633.各赛事的用户注册率
注册表:RegisterColumnNameType
contest
_idintuser_idint(
contest
_id,user_id)是该表的主键(具有唯一值
徐子元竟然被占了!!
·
2024-02-06 11:56
练习题目
leetcode
mysql
Codeforces Beta Round #8 C. Looking for Order 状压
C.LookingforOrder题目连接:http://www.codeforces.com/
contest
/8/problem/CDescriptionGirlLenalikesitwheneverythingisinorder
weixin_30663471
·
2024-02-05 17:51
数据结构与算法
Codeforces Beta Round #8 C. Looking for Order 状压DP,路径记录
题目链接:http://codeforces.com/
contest
/8/problem/C题意:平面上有n个物品,这个小朋友会去拿这些物品,然后拿到返回包的位置。
just_sort
·
2024-02-05 17:48
ACM/ICPC_动态规划
ACM/ICPC_状压dp
#8 C. Looking for Order (状压dp + 路径记忆)
题目链接:点击打开链接http://codeforces.com/
contest
/8/problem/C题意:給定原点(sx,sy),以及N個坐标X,Y。每次至多选两个坐标,依序拜访完后,回到原点。
LzyRapX
·
2024-02-05 17:48
ACM_状压&状压DP
codeforces
#8
C
.
Looking
for
Order
状压dp
路径记忆
CF1878 补题报告
https://codeforces.com/
contest
/1878A.HowMuchDoesDaytonaCost?
Daniel_1011
·
2024-02-05 00:34
c++
Codeforces - 1300C ( 位运算 )
Codeforces-1300C(位运算)题目链接:http://codeforces.com/
contest
/1300/problem/C题意:定义:,给长度为n的一个序列问如何排列,的值最大输出对应的序列
九羽-
·
2024-02-05 00:39
CodeForces
Div.2
Codeforces Round 811 (Div. 3)
文章目录[A.EveryoneLovestoSleep](https://codeforces.com/
contest
/1714/problem/A)[B.RemovePrefix](https://codeforces.com
沫刃起
·
2024-02-05 00:08
codeforces
算法
c++
数据结构
[codeforces 1300A] Non-zero (0+和)的处理
Non-zero(0+和)的处理总目录详见https://blog.csdn.net/mrcrack/article/details/103564004在线测评地址https://codeforces.ml/
contest
mrcrack
·
2024-02-05 00:08
codeforces
codeforces 1300分
[B.RandomTeams](https://codeforces.com/
contest
/478/problem/B)2.
沫刃起
·
2024-02-05 00:37
codeforces
算法
图论
c++
数据结构
图论综合练习
还是整了一版这一周大致刷的题目,稍有些水了
Contest
BalloonsCodeForces-725D题意:给一堆队伍,然后每个队伍有气球数和重量数,如果气球数大于重量数,这个队就会起飞(被淘汰),然后在按照气球的多少排名
Zeryan2000
·
2024-02-04 11:23
图论
r语言
贪心算法
2024牛客寒假算法基础集训营1
(https://ac.nowcoder.com/acm/
contest
/67741/I)L-要有光M-牛客老粉才知道的秘密A-DFS搜索#include#defineendl'\n'#defineintlonglongusingn
沫刃起
·
2024-02-04 07:02
牛客寒假训练营
算法
深度优先
图论
c++
数据结构
Codeforces Gym 100733A Shitália 计算几何
ShitáliaTimeLimit:20SecMemoryLimit:256MB题目连接http://acm.hust.edu.cn/vjudge/
contest
/view.action?
weixin_34075268
·
2024-02-04 00:52
数据结构与算法
人工智能
【CSDN插件测评】浏览器必备插件,效率翻倍
utm_source=chajian-
contest
-1210下载插件后,打开拓展程序,把插件拖进去,即可使用。
莫里_molly
·
2024-02-03 19:14
数据结构小项目----通讯录的实现(这里用链表实现) 超详细~~~~૮(˶ᵔ ᵕ ᵔ˶)ა
检查链表中的数据是否满了,满了就扩容2.链表的尾插3.链表的删除4.查找名字是否匹配5.初始化通讯录6.通讯录的摧毁7.添加联系人的信息8.删除联系人的信息9.修改联系人信息10.查找联系人11.通讯录当前的联系人展示
ConTest
.c
IYF.星辰
·
2024-02-03 16:00
C语言
数据结构
链表
上岸算法 I LeetCode Weekly
Contest
218解题报告
No.1设计Goal解析器解题思路详情见下方代码注解。代码展示classSolution{publicStringinterpret(Stringcommand){command=command.replaceAll("\\(\\)","o");command=command.replaceAll("\\(al\\)","al");returncommand;}}No.2K和数对的最大数目解题思路
上岸算法
·
2024-02-03 09:42
LeetCode 316 && AcWing 74 周赛总结
一、LeetCode316场1、6214.判断两个事件是否存在冲突(1)原题链接:力扣https://leetcode.cn/
contest
/weekly-
contest
-316/problems/determine-if-two-events-have-conflict
不到百万行代码
·
2024-02-03 02:17
leetcode
算法
c++
LeetCode笔记:Weekly
Contest
316
LeetCode笔记:Weekly
Contest
3161.题目一1.解题思路2.代码实现2.题目二1.解题思路2.代码实现3.题目三1.解题思路2.代码实现4.题目四1.解题思路2.代码实现比赛链接:https
Espresso Macchiato
·
2024-02-03 02:46
leetcode笔记
周赛
316
leetcode
2446
leetcode
2447
leetcode
2448
leetcode
2449
AtCoder Beginner
Contest
338(ABCDEF题)
A-Capitalized?ProblemStatementYouaregivenanon-emptystringSSSconsistingofuppercaseandlowercaseEnglishletters.Determinewhetherthefollowingconditionissatisfied:ThefirstcharacterofSSSisuppercase,andalloth
阿史大杯茶
·
2024-02-01 00:57
Atcoder
Atcoder
算法
AtCoder Regular
Contest
170 (ABC题)
A-YetAnotherABProblemProblemStatementYouaregiventwostringsSSSandTTToflengthNNNconsistingofAandB.LetSiS_iSidenotetheiii-thcharacterfromtheleftofSSS.Youcanrepeatthefollowingoperationanynumberoftimes,pos
阿史大杯茶
·
2024-02-01 00:26
Atcoder
Atcoder
算法
AtCoder Beginner
Contest
338F - Negative Traveling Salesman【floyd+状态压缩dp】
原题链接:https://atcoder.jp/
contest
s/abc338/tasks/abc338_fTimeLimit:6sec/MemoryLimit:1024MBScore:500points
lianxuhanshu_
·
2024-01-31 21:03
动态规划
算法
动态规划
牛客周赛 Round 30 F.小红叒战小紫【期望dp】
原题链接:https://ac.nowcoder.com/acm/
contest
/73760/F时间限制:C/C++1秒,其他语言2秒空间限制:C/C++262144K,其他语言524288K64bitIOFormat
lianxuhanshu_
·
2024-01-31 21:03
动态规划
动态规划
算法
AtCoder Beginner
Contest
338D - Island Tour【枚举】
原题链接:https://atcoder.jp/
contest
s/abc338/tasks/abc338_dTimeLimit:2sec/MemoryLimit:1024MBScore:425points
lianxuhanshu_
·
2024-01-31 21:33
基础算法
算法
D - Loong and Takahashi (经典模拟绕圈)
题目:https://atcoder.jp/
contest
s/abc335/tasks/abc335_d思想:令flag=0,1,2,3分别代表四个方向右,下,左,上,然后判断下一步是否超过边界或者被填充过
萌新好菜
·
2024-01-31 20:04
算法
c++
C. XOR-distance (位运算 异或+二进制减法)
CodeforcesRound922(Div.2)题目:https://codeforces.com/
contest
/1918/problem/C思想:首先使a>b,从左往右找到第二个a和b不同的位置,
萌新好菜
·
2024-01-31 20:30
算法
Codeforces525E Anya and Cubes(双向搜索)
题目Sourcehttp://codeforces.com/
contest
/525/problem/EDescriptionAnyalovestofoldandstick.Todayshedecidedtodojustthat.Anyahasncubeslyinginalineandnumberedfrom1tonfromlefttoright
dengliugong3918
·
2024-01-31 11:27
数据结构与算法
AtCoder Beginner
Contest
338 --- D - Island Tour -- 题解
D-IslandTour题目大意思路解析:可以发现1->2->4整体减1变为5->1->3,其中2->4的距离等于1->3的距离其中1->2的距离不等于5->1的距离,则只有当[xj-i]xj+1和xj->xj-1的距离才会发生改变。所有我们枚举当前需要整体减去i,然后看哪些点会小于等于0,又因为我们可以每次记录上一次i-1的答案,所以我们只需要统计哪些点减i会等于0引起的距离变化。如果我们通过记
Studying~
·
2024-01-31 08:28
linux
运维
服务器
Toyota Programming
Contest
2023#8(AtCoder Beginner
Contest
333)(A~E)
A-ThreeThrees题目大意:给你一个整数n,将这个数n输出n次。呃呃B-Pentagon题目大意:给你一个正五边形ABCDE,给你任意两条边,判断是否相等主要问题要判断一下内边:AD,AC,EB,EC,DB之间的关系,因为内边的夹角都相等,边也都相等(正五边形),所以内边都相等。要证明也可以画辅助线来证明,但是这显而易见,就不证明了。#include//#defineintlonglong
zzc大魔王
·
2024-01-31 07:36
Atcoder
atcoder
算法
c++
深度优先
数据结构
搜索
枚举
AtCoder Regular
Contest
170(A~B)
A-YetAnotherABProblem给你两个字符串S和T,你可以对S执行操作,选择两个字符,将前面的改为A,后面的改为B,最少操作几次可以把S改成T。如果改不成就输出-1。从左往右一个一个改过去,分类讨论,如果是要把A改成B。S:A->BT:B那么T中该位置前面一定要有一个A,否则无法修改。如果要把B改成A。S:B->AT:A那么T中该位置后面一定要有一个B,否则无法修改。其中可以本次修改可
zzc大魔王
·
2024-01-31 07:36
Atcoder
atcoder
arc
c++
算法
思维
数据结构
上一页
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
其他