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
LightOj
LightOJ
1171 Knights in Chessboard (II)(二分图最大点独立集)
题目Sourcehttp://www.
lightoj
.com/volume_showproblem.php?
dengliugong3918
·
2020-07-29 18:10
lightoj
1179 - Josephus Problem 【约瑟夫环】
1179-JosephusProblemPDF(English)StatisticsForumTimeLimit:2second(s)MemoryLimit:32MBThehistorianFlaviusJosephusrelateshow,intheRomano-Jewishconflictof67A.D.,theRomanstookthetownofJotapatawhichhewascomm
笑着走完自己的路
·
2020-07-29 17:29
约瑟夫环
lightoj
1179 - Josephus Problem 约瑟夫环
约瑟夫环问题,采取递推式求解....#includeusingnamespacestd;#definelllonglong#defineullunsignedlonglong#definemod1000007#defineinf0x3f3f3f3f#defineN100100usingnamespacestd;inta[50];intmain(){intt;scanf("%d",&t);for(i
神奇豆子
·
2020-07-29 17:41
数学
lightoj
1179 - Josephus Problem 约瑟夫问题
#include#include#include#includeusingnamespacestd;intc[100],f[100001];//f[i]表示0~i-1围成一圈,按k个一删最后剩下的数值。intmain(){intT,tt=0;scanf("%lld",&T);while(T--){intn,i,j,k,s=0;scanf("%d%d",&n,&k);printf("Case%d:"
knownothing
·
2020-07-29 16:12
数论*
【
Lightoj
1179 - Josephus Problem】 + 约瑟夫环
1179-JosephusProblemPDF(English)StatisticsForumTimeLimit:2second(s)MemoryLimit:32MBThehistorianFlaviusJosephusrelateshow,intheRomano-Jewishconflictof67A.D.,theRomanstookthetownofJotapatawhichhewascomm
楚江枫
·
2020-07-29 16:16
Lightoj
约瑟夫环
[约瑟夫环]
lightoj
1179
题意Josephus思路Josephus代码#include#include#includeusingnamespacestd;intmain(){intT;scanf("%d",&T);for(intks=1;ks<=T;++ks){intn,k;scanf("%d%d",&n,&k);//递归,从底往上//f[1]=0;//当一个人的时候,出队人员编号为0//f[n]=(f[n-1]+m)%n
pppqq77223434
·
2020-07-29 15:30
14.5-数学
G - Josephus Problem
LightOJ
- 1179
ThehistorianFlaviusJosephusrelateshow,intheRomano-Jewishconflictof67A.D.,theRomanstookthetownofJotapatawhichhewascommanding.Escaping,Josephusfoundhimselftrappedinacavewith40companions.TheRomansdiscove
gtuif
·
2020-07-29 13:04
数论
light
oj
LightOJ
- 1179 Josephus Problem(约瑟夫)
JosephusProblemTimeLimit:2000MSMemoryLimit:32768KB64bitIOFormat:%lld&%lluSubmitStatusDescriptionThehistorianFlaviusJosephusrelateshow,intheRomano-Jewishconflictof67A.D.,theRomanstookthetownofJotapataw
dixi7825
·
2020-07-29 13:22
LightOJ
1136 Division by 3
#includeusingnamespacestd;intmain(){intA,B,T;intcaseNo=0;cin>>T;while(T--){intcount=0;cin>>A>>B;count=(B-A+1)/3*2;if((B-A+1)/3*3==B-A-1){if(B%3==0||B%3==2)count++;if((B-1)%3==0||(B-1)%3==2)count++;}if
ThunderSei
·
2020-07-29 02:29
基础算法
ACM
lightoj
1202
#include#includeusingnamespacestd;intmain(){intt,tt=1;scanf("%d",&t);while(t--){intx,y,x1,y1;scanf("%d%d%d%d",&x,&y,&x1,&y1);printf("Case%d:",tt++);inttmp1,tmp2;tmp1=x1-x;if(tmp1<0)tmp1=-tmp1;tmp2=y1-
ThunderSei
·
2020-07-29 02:29
基础算法
ACM
LightOJ
1336(约数和)
题意:求出nnn以内约数之和为偶数的数的个数。数据范围:n≤1012n\leq10^{12}n≤1012题解:一个数的约数和公式:由于n=p1α1p2α2p3α3...pkαkn=p_1^{\alpha_1}p_2^{\alpha_2}p_3^{\alpha_3}...p_k^{\alpha_k}n=p1α1p2α2p3α3...pkαk所以σ(n)=(1+p1+p12+...+p1α1)...(
solego
·
2020-07-28 22:02
数学
数论
LightOJ
1282(科学计数法)
题意:给定nnn和kkk,求nkn^knk的前三位和后三位,不足三位补前导000。数据范围:2≤nusingnamespacestd;intqp(inta,intb,intmod=1000){intans=1;while(b){if(b&1)ans=1ll*ans*a%mod;a=1ll*a*a%mod;b>>=1;}returnans;}intmain(){intT;scanf("%d",&T)
solego
·
2020-07-28 22:02
数学
LightOJ
1370(欧拉函数)
题意:TTT组数据,给定长度为nnn的序列aaa,对于每个aia_iai求出φ(bi)≥ai\varphi(b_i)\geqa_iφ(bi)≥ai的最小bib_ibi。题解:1.1.1.对于每个数aia_iai,一定是找到最小的欧拉函数大于等于aia_iai的质数。对于一个数prime[i]≤xusingnamespacestd;constintN=10010;constintmaxn=10000
solego
·
2020-07-28 22:01
数论
数学
Prime Independence(质因子分解+二分图最大独立集)
PrimeIndependenceTimeLimit:3000MSMemoryLimit:32768KB64bitIOFormat:%lld&%lluSubmitStatusPractice
LightOJ
1356DescriptionAsetofintegersiscalledprimeindependentifnoneofitsmemberisaprimemultipleofanothermem
蜗牛蜗牛慢慢爬
·
2020-07-28 15:05
数论
图论---二分图
欧拉函数/欧拉函数打表
lightoj
1370(java/c++ )
例题欧拉函数/素数判定题目链接题目BambooPole-vault是Xzhiland的一项大受欢迎的运动。Phi-shoe大师是他成功的非常受欢迎的教练。他需要为他的学生提供一些竹子,所以他让他的助手Bi-Shoe去市场购买。市场上有很多可能的整数长度的Bamboos(是的!)。根据Xzhila的传统,竹子的分数=Φ(竹子的长度)(Xzhilans非常喜欢数论)。对于您的信息,Φ(n)=小于n的数
Big sai
·
2020-07-28 08:40
#
数论
lightoj
1356 - Prime Independence 【质因子分解 奇偶构图 + HK优化】
1356-PrimeIndependencePDF(English)StatisticsForumTimeLimit:3second(s)MemoryLimit:32MBAsetofintegersiscalledprimeindependentifnoneofitsmemberisaprimemultipleofanothermember.Anintegeraissaidtobeaprimemu
笑着走完自己的路
·
2020-07-27 20:03
最大匹配(权值匹配)
独立集
团
&&
最小路径
点覆盖
数学
LightOJ
- 1422.Halloween Costumes(区间dp)
题目链接:https://vjudge.net/problem/
LightOJ
-1422题意:给出n个聚会,每个聚会对应一套服装,每次聚会后可以在原来衣服上套上新衣服,也可以脱去衣服,每套服装在脱下后不能够再继续穿
Buyi.
·
2020-07-16 02:24
DP
LightOJ
- 1077 How Many Points? 最大公约数(线段经过整点个数与gcd 证明)
题意:给定两个整点,求这段线段之间跨过的整点的个数思路:1,再纸上画一下就可以猜到了2,证明一下:设线段的两个端点为(x1,y1)和(x2,y2)我们都知道,要是这个线段经过某个整点(a,b)的话,我令dx=(a-x1),dy=(b-y1);必定有dy/dx=(x2-x1)/(y2-y1)①,因为要满足相同的斜率还能推出:dy/(y2-y1)=dx/(x2-x1)——②;假设这个整点是从(x1,y
冰冰的小宝贝
·
2020-07-15 10:48
数学
GCD
传递闭包+求概率——列项相消法
lightoj
1321好题
主要是要想到边与边的通过概率是独立的,所以先求出最终的概率,然后用推出的公式求总期望即可最终概率E[0][n-1],可以用传递闭包来做裂项相消法都不会了。。/*闭包上推期望每条边都具有独立性,算出每条边上成功通过的期望Ei=2K/pi(裂项相消法)然后再通过佛洛依德进行传递边之间的关系即可直接求期望比较麻烦,先求最大的概率*/#includeusingnamespacestd;intn,m,S,K
weixin_30480583
·
2020-07-15 03:26
LightOJ
-kuangbin 数论
LightOJ
数论题目小结题目这儿–[kuangbin]数学训练四数论简单题解
LightOJ
1007MathematicallyHard因为数据样例比较多,所以进行预处理.至于欧拉函数可以用线性筛选的方法
Toudsour
·
2020-07-14 23:36
数论
LightOJ
1079 Just another Robbery
LightOJ
1079JustanotherRobbery题目链接AsHarryPotterseriesisover,Harryhasnojob.Sincehewantstomakequickmoney
旺 崽
·
2020-07-14 21:51
概率期望
背包问题
LightOJ
LightOJ
1038 Race to 1 Again
LightOJ
1038Raceto1Again题目链接Rimilearnedanewthingaboutintegers,whichis-anypositiveintegergreaterthan1canbedividedbyitsdivisors.So
旺 崽
·
2020-07-14 21:50
概率DP
概率期望
LightOJ
LightOJ
- 1077
GiventwopointsAandBontheX-Yplane,outputthenumberofthelatticepointsonthesegmentAB.NotethatAandBarealsolatticepoint.Thosewhoareconfusedwiththedefinitionoflatticepoint,latticepointsarethosepointswhichhav
qq_36424540
·
2020-07-14 18:12
【ACM思维】
【ACM-数论】
LightOJ
- 1067 数论
题目链接:
LightOJ
-1067对于组合数取模的问题----数值10e6且询问的次数很多的情况--我们可以通过打表降低时间复杂度先说一下:C(n,m)=n!/(m!*(n-m)!)
leibniz_zhang
·
2020-07-14 13:32
数学
light
oj
我的ACM成长历程---啦啦啦
快速幂
LightOJ
1077 How Many Points?
DescriptionGiventwopointsAandBontheX-Yplane,outputthenumberofthelatticepointsonthesegmentAB.NotethatAandBarealsolatticepoint.Thosewhoareconfusedwiththedefinitionoflatticepoint,latticepointsarethosepoi
iteye_6233
·
2020-07-14 12:20
LightOJ
1077 How Many Points? (变种gcd)
题目分析这道题是挑战程序设计上的原题,就是求gcd(abs(x1-x2),gcd(y1-y2))+1;#include#include#include#include#includeusingnamespacestd;typedeflonglongLL;LLgcd(LLa,LLb){return!b?a:gcd(b,a%b);}intmain(){intT;scanf("%d",&T);for(i
TouchDreamer
·
2020-07-14 08:51
ACMlightOJ
数学_数论
【
lightoj
1282】数学-小知识点
F-F使用longlongTimeLimit:2000MSMemoryLimit:32768KB64bitIOFormat:%lld&%lluSubmitStatusPractice
LightOJ
1282uDebugDescriptionYouaregiventwointegers
better_space
·
2020-07-14 08:55
趣味数学问题
Light
OJ
LightOj
-1077-GCD?!?!?!?
这个题就是求一段线段上整数点的个数。然后完全不知道这个竟然是两个边的最大公约数、、、也就是相似三角形的个数,所以加上一个原有的点就是答案。#include#include#include#include#includeusingnamespacestd;longlongintx1,x2,yy,y2,t;longlongintgcd(longlonginta,longlongintb){if(b==
alusang
·
2020-07-14 07:16
Light
OJ
lightoj
1077 - How Many Points? 最大公约数
题意:求一线段上整数点的个数,整数点(x,y),x和y均为整数。题解:一段线段(x1,y1)(x2,y2)上的整数点个数为gcd(abs(x2-x1),abs(y2-y1))+1;这个可以通过相似三角形来证明。这题只需要注意下超int就OK了。#include#include#include#include#includeusingnamespacestd;#defineLLlonglongLLg
knownothing
·
2020-07-14 07:40
lightoj数论专题
稻草人 贪心
稻草人TimeLimit:2000MSMemoryLimit:32768KB64bitIOFormat:%lld&%lluSubmitStatusPractice
LightOJ
1389uDebugDescriptionTom
Haskei
·
2020-07-14 04:49
LightOJ
- 1077(GCD)
GiventwopointsAandBontheX-Yplane,outputthenumberofthelatticepointsonthesegmentAB.NotethatAandBarealsolatticepoint.Thosewhoareconfusedwiththedefinitionoflatticepoint,latticepointsarethosepointswhichhav
剪云 者
·
2020-07-14 02:33
GCD
LightOJ
- 1117 Helping Cicada (容斥+状态压缩)
Cicadaisaninsectwithlargetransparenteyesandwell-veinedwingssimilartothe“jarflies”.Theinsectsarethoughttohaveevolved1.8millionyearsagoduringthePleistoceneepoch.Thereareabout2,500speciesofcicadaaroundth
zoe_ed
·
2020-07-14 00:25
莫比乌斯
容斥
状态压缩
lightoj
lightoj
1117(容斥定理)
Cicadaisaninsectwithlargetransparenteyesandwell-veinedwingssimilartothe"jarflies".Theinsectsarethoughttohaveevolved1.8millionyearsagoduringthePleistoceneepoch.Thereareabout2,500speciesofcicadaaroundth
凌晨四点的洛杉矶fly
·
2020-07-13 11:24
例题
容斥定理
LightOJ
- 1117 (容斥原理)
题意:m个数,求1-n中不能被那m个数任意一个整除的数有多少个。题解:比较基础的容斥原理,状压一下即可。#include#include#include#includeusingnamespacestd;typedeflonglongll;llgcd(lla,llb){returnb==0?a:gcd(b,a%b);}lllcm(lla,llb){returna*b/gcd(a,b);}lla[1
阿狸啊阿狸
·
2020-07-13 11:19
数论
数学
LightOj
1336(Sigma Function)
lightoj
1336题目大意:已知x=p1e1∗p2e2∗…∗pkek;σ(x)=∏i=1kpiei+1−1pi−1;求x∈[1,n]中,x为偶数的个数;思路:σ(x)为偶数,只要存在因子piei+1
伪伪的喵喵
·
2020-07-13 10:10
数论
lightoj
LightOJ
-1117 Helping Cicada(容斥定理)
A-HelpingCicadaTimeLimit:2000MSMemoryLimit:32768KB64bitIOFormat:%lld&%lluSubmitStatusPractice
LightOJ
1117uDebugDescriptionCicadaisaninsectwithlargetransparenteyesandwell-veinedwingssimilartothe"jarflie
丿残念灬
·
2020-07-13 10:55
初等数论
lightoj
1355(green博弈)
这个显然要运用green博弈,那么问题就落在怎么处理边权。。想了好久都没想出。。然后直接打表。。发现结论如下:边权为1直接按照green博弈的步骤来边权偶数其sg值不变边权为大于1的奇数其sg值需要和1进行异或然后这题能过了。。证明待补充。。。然后又经过了V8的提示,想出了一个证明方法(orzV8考虑一条链上的情况,且只有与根相连的边的权值大于1,设为A边,其他部分称为B子树那么先考虑A边边权为偶
qkoqhh
·
2020-07-13 09:30
博弈论
[概率DP]
LightOJ
1151 - Snakes and Ladders
1151-SnakesandLadders题意:有100个格子,从1开始走,每次随机走1~6。有n个格子会单向传送到其他格子,tp[i]表示从i传送到tp[i]。1和100不会有传送,一个格子也不会有两种传送。问走到100的期望值,注意不能走到100以外。题解:容易看出是个期望值DP,用DP[i]表示从第i个格子走出去需要走的次数,有两种情况。1.第i个格子有传送:DP[i]=DP[tp[i]]2
kg20006
·
2020-07-13 06:45
ACM
题解
Helping Cicada(
LightOJ
-1117)
ProblemDescriptionCicadaisaninsectwithlargetransparenteyesandwell-veinedwingssimilartothe"jarflies".Theinsectsarethoughttohaveevolved1.8millionyearsagoduringthePleistoceneepoch.Thereareabout2,500speci
Alex_McAvoy
·
2020-07-12 22:42
#
LightOJ
#
组合数学——容斥定理
[容斥]
LightOJ
1117 - Helping Cicada
LightOJ
1117-HelpingCicada题意:给个正整数n,然后给m个整数,求1~n有多少个数不能被这m个数中任意一个整除。
kg20006
·
2020-07-12 22:28
ACM
题解
LightOJ
1026 Critical Links[求割边]
题目链接:http://www.
lightoj
.com/volume_showproblem.php?problem=1026题目大意:给出一个无向图(不一定连通),求割边。
IBN5100
·
2020-07-06 06:07
ACM-图论
LightOJ
1079. Just another Robbery(01背包)(概率)
题意:哈利波特想去挣快钱。他决定去抢银行,但是他的朋友-赫敏和罗恩觉得他会有p概率被抓住,他们认为他安全,如果他被抓的概率低于p。分析:设f[i][j]为前i个银行抢劫j元被抓的概率,如果对于当前不抢劫银行的决策,那么f[i][j]=f[i-1][j],否则f[i][j]=f[i-1][j-m[i]]+(1-f[i-1][j-m[i]])*p[i]。另一个决策为什么要加起来呢?(1-f[i-1][
TT3E
·
2020-07-05 23:00
LightOJ
1255 Substring Frequency (KMP模板)
http://
lightoj
.com/volume_showproblem.php?
synapse7
·
2020-07-05 14:58
acm之路--字符串
LightOJ
算法详解&模板
LightOJ
1258 Making Huge Palindromes (回文&KMP)
http://
lightoj
.com/volume_showproblem.php?
synapse7
·
2020-07-05 14:58
acm之路--字符串
LightOJ
LightOJ
- 1007(欧拉函数加前缀和思想)
作者在这里就不把题复制出来了,直接来说一下题意;参照博主的另一个欧拉函数总结:黑客大战题意:一个数的得分是它的欧拉函数的平方。问你区间(l,r]之内的得分总和;这里主要用到了求1-n的欧拉函数的板子*******坑点:1、你需要开unsignedlonglong看给出的n的范围可得2、不能开两个数组最好是一个数组使用不然......爆内存代码:#include#includetypedefunsi
在奋斗的路上行走
·
2020-07-05 08:48
欧拉函数
[kuangbin带你飞]专题十四 数论基础-C - Aladdin and the Flying Carpet
C-AladdinandtheFlyingCarpetTimeLimit:3000MSMemoryLimit:32768KB64bitIOFormat:%lld&%lluSubmitStatusPractice
LightOJ
1341uDebugDescriptionIt'ssaidthatAladdinhadtosolvesevenmysteriesbeforegettingtheMagicalL
kyoma
·
2020-07-04 20:24
LightOJ
- 1284 Lights inside 3D Grid(概率期望)
题目:
LightOJ
-1284Lightsinside3DGrid(概率期望)原题链接:https://vjudge.net/problem/26994/origin题意:一个X∗Y∗ZX*Y*ZX∗Y
橘子很酸
·
2020-07-04 10:59
概率期望
【
Lightoj
1026 B Critical Links】& 桥
InacomputernetworkalinkL,whichinterconnectstwoservers,isconsideredcriticalifthereareatleasttwoserversAandBsuchthatallnetworkinterconnectionpathsbetweenAandBpassthroughL.Removingacriticallinkgeneratest
楚江枫
·
2020-07-04 09:04
Lightoj
强连通-Tarjan
各大OJ快速传送门
LuoguCodeForcesPOJHDU电子科大SPOJZOJSinghuaOJ清华上交OJCDVSUOJbzojVjudgeOJVjudgeOJ国内URALVjiosUvaSGUNOI_OJJOY_OJ
LightOJ
LibreOJAcdreamOJskyOJ
VictoryCzt
·
2020-07-04 09:24
资源福利
OJ
传送门
LightOJ
1104 生日悖论(Birthday paradox)(概率抽屉原理)
生日悖论(Birthdayparadox)DescriptionSometimessomemathematicalresultsarehardtobelieve.Oneofthecommonproblemsisthebirthdayparadox.Supposeyouareinapartywherethereare23peopleincludingyou.Whatistheprobabilityt
lu_1110
·
2020-07-02 10:01
OJ练习
上一页
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
其他