发表评论取消回复
相关阅读
相关 Codeforces 1204C
题意略。 思路:我的想法是逐步地找出这个序列中的重要点,我要判断当前这个点能不能删去,就要看上一个重要点和当前这个点 i 在序列中的下一个点 i + 1之间的距离 是否是最
相关 CodeForces1214C
[CodeForces1214C][] 是个不是很难的题目. 首先考虑如果左右括号数量不匹配那么肯定无论如何都不能通过移动一个括号完成匹配. 否则,我们考虑,将所有
相关 NYOJ 153 king VS king
king VS king 时间限制: 3000 ms | 内存限制: 65535 KB 难度: 1 描述 啊,从前有两个国家X和Y。两国都是兵强马壮,国王更是威猛无
相关 CodeForces 526A-King of Thieves
A. King of Thieves time limit per test 1 second memory limit per test 256 megabytes
相关 codeforces 567C
mp2存放每个数当中间的数的次数,对每个数,如果有a\[i\]%k==0,那么ans就加上mp2\[a\[i\]/k\],mp表示这个数当第一个数的次数,对每个数,如果有a\[
相关 CodeForces 242C King's Path(bfs+stl)
The black king is standing on a chess field consisting of 109 rows and 109 columns. We w
相关 CodeForces 144C
问题描述: A string t is called an anagram of the string s, if it is possible to rearrange l
相关 Shortest path of the king(CodeForces - 3A)
The king is left alone on the chessboard. In spite of this loneliness, he doesn’t lose h
相关 Codeforces 242E. XOR on Segment (线段树+二进制拆位)
题意:给出一个序列,有两种操作,一种是计算l到r的和,另一种是让l到r的数全部和x做异或运算。 分析:异或是一种位运算,如果x的第j位是1,那么说明l到r的每个数的第j位
相关 CodeForces 455C
题意:给定N,M和Q,N表示有N个城市,M条已经修好的路,修好的路是不能改变的,然后是Q次操作,操作分为两种,一种是查询城市x所在的联通集合中,最长的路为多长。二是连接两个联
还没有评论,来说两句吧...