
正难则反思想
文章平均质量分 79
snowy_smile
终于在ICPC World Final里拿到了气球!
再努力一点吧,坚持下去吧,梦想是会实现的! 人生会有低谷,但我更相信,未来也会有更多梦想能够实现~
展开
-
【HDU5583 2015上海赛区L】【找规律 正难则反】LCM Walk 目标状态(x,y)哪些点走公倍数能走到它
LCM WalkTime Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/65536 K (Java/Others)Total Submission(s): 34 Accepted Submission(s): 22Problem DescriptionA frog has just learned s原创 2015-11-28 22:26:41 · 1782 阅读 · 0 评论 -
【Codeforces Round 276 (Div 2)D】【数论 正难则反 枚举倍数 二分 O(nlogn)】Maximum Value n个数大数mod小数找最大余数
D. Maximum Valuetime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputYou are given a sequence a consisting of n原创 2015-12-08 22:08:18 · 702 阅读 · 0 评论 -
【2015-2016 XVI Open CupA】【贪心 确定性思想 正难则反 本身具有拓扑序】Abstract Picture 每行每列各染色一次 恢复颜色方案
A. Abstract Picturetime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputFamous abstract painter Va Sya plans to原创 2016-03-08 18:43:05 · 962 阅读 · 0 评论 -
【hihocoder1291 微软2016校园招聘4月在线笔试D】【逆序思维 并查集】Buiding in Sandbox 我的世界建方块合法性判定
Building in Sandbox时间限制:30000ms单点时限:3000ms内存限制:256MB描述Little Hi is playing a sandbox voxel game. In the game the whole world is constructed by massive 1x1x1 cubes. The ed原创 2016-04-10 12:23:26 · 2322 阅读 · 0 评论 -
【Codeforces Round 370 (Div 2) C】【正难则反 贪心】Memory and De-Evolution
C. Memory and De-Evolutiontime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputMemory is now interested in the原创 2016-09-11 23:27:11 · 520 阅读 · 0 评论 -
【“盛大游戏杯”第15届上海大学程序设计联赛 J】【欧拉函数 约数欧拉函数之和为本身】
膜一下将带给你好运发布时间: 2017年7月9日 18:17 最后更新: 2017年7月9日 21:05 时间限制: 1000ms 内存限制: 128M描述欧拉函数ϕ(n)被定义1~n中与n互质的数的个数。例如ϕ(5)=4,因为1,2,3,4这四个数字与5互质。定义f函数:f(n)=∑i=233n−233ϕ(i)∗[n/i]原创 2017-07-11 09:45:30 · 584 阅读 · 0 评论