上一页 1 ··· 86 87 88 89 90 91 92 93 94 ··· 100 下一页
摘要: 题目大意: 一个计算机支持一下三中操作: TT xx:在文章末尾打下一个小写字母xx。 UU xx:撤销最后的xx次修改操作。 QQ xx:询问当前文章中第xx个字母并输出。 InputInput OutputOutput 思路: IOI题目。。。 正解是主席树(当然啦什么TrieTrie+倍增法寻 阅读全文
posted @ 2018-07-10 21:33 全OI最菜 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 题目大意: 对于一个数字对(a,b)" role="presentation">(a,b)(a,b),可以将其变为新数字对(a+b,b)" role="presentation">(a+b,b)(a+b,b)或(a,a+b)" role="presentation">... 阅读全文
posted @ 2018-07-10 16:56 全OI最菜 阅读(156) 评论(0) 推荐(0) 编辑
摘要: 题目大意: Input" role="presentation">InputInput521223 Output" role="presentation">OutputOutput2思路: 听说贪心不可以??? 嗨嗨皮皮贪心水过。 贪心无法AC的原因是当一个队... 阅读全文
posted @ 2018-07-10 14:46 全OI最菜 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 题目大意: 给出两个数的GCD" role="presentation">GCDGCD和LCM" role="presentation">LCMLCM,求这两个数的最小差值。 Iuput" role="presentation">IuputIuput6 36Outpu... 阅读全文
posted @ 2018-07-09 22:08 全OI最菜 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2018-07-09 20:58 全OI最菜 阅读(189) 评论(0) 推荐(0) 编辑
摘要: 转载至 https://blog.csdn.... 阅读全文
posted @ 2018-07-09 20:58 全OI最菜 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 题目大意: 给出N" role="presentation">NN个整数,将这N" role="presentation">NN个数从小到大排序好后,奇数项的和为P" role="presentation">PP,偶数项之和为Q" role="presentation... 阅读全文
posted @ 2018-07-09 16:33 全OI最菜 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 题目大意: Input" role="presentation">InputInput(4,(3,2,1,4))(5,(3,5,1,2,4))-1Output" role="presentation">OutputOutput15,67思路: 考试时居然把这道题推出来... 阅读全文
posted @ 2018-07-09 16:25 全OI最菜 阅读(175) 评论(0) 推荐(0) 编辑
摘要: 题目大意: 一个8×8" role="presentation">8×88×8的棋盘上有n" role="presentation">nn个点不可以走,求马(骑士)从(sx,sy)" role="presentation">(sx,sy)(sx,sy)走... 阅读全文
posted @ 2018-07-09 15:02 全OI最菜 阅读(121) 评论(0) 推荐(0) 编辑
摘要: 题目大意: 给出一个连通图,问最多能删掉几条边,使这个图依然联通。Input" role="presentation">InputInput4 61 21 31 42 32 43 4Output" role="presentation">OutputOutput3思路... 阅读全文
posted @ 2018-07-09 14:49 全OI最菜 阅读(187) 评论(0) 推荐(0) 编辑
上一页 1 ··· 86 87 88 89 90 91 92 93 94 ··· 100 下一页