发表评论取消回复
相关阅读
相关 Codeforces Round #828 (Div. 3) E1 E2
[Problem - E1 - Codeforces][] [Problem - E2 - Codeforces][] 题意: 给定a,b,c,d,其中 a<x<=c,b
相关 Codeforces Round #305 (Div. 1)E. Mike and Friends【后缀数组+线段树】
传送门:[Codeforces Round \305 (Div. 1)E. Mike and Friends][Codeforces Round _305 _Div. 1_E.
相关 Codeforces Round #396 (Div. 2) E. Mahmoud and a xor trip(树形dp+二进制按位拆分)
[CF E][] 题解:给你一棵n个节点的树以及每个节点的权值,点权。dis(u,v)表示节点u到v路径上的异或和,求不大于i的节点与i组成的有序对的距离的和(1<=i<=n
相关 Codeforces Round #401 (Div. 2) (A~E)
[CF \401][CF _401](链接) A题: 枚举一下题意,然后找循环节就可以了。(不找规律会TLE的) 代码: include<bits/stdc++
相关 Codeforces Round #149 (Div. 2) (bfs+STL)
问题描述: The black king is standing on a chess field consisting of 109 rows and 109 column
相关 Codeforces Round #149 (Div. 2) E. XOR on Segment(21棵线段树处理每一位+区间异或)
You've got an array a, consisting of n integers a1, a2, ..., an. You are allowed to perf
相关 Codeforces Round #226 (Div. 2) E(矩阵快速幂)
问题描述: Our bear's forest has a checkered field. The checkered field is an n × n table, t
相关 Codeforces 242E. XOR on Segment (线段树+二进制拆位)
题意:给出一个序列,有两种操作,一种是计算l到r的和,另一种是让l到r的数全部和x做异或运算。 分析:异或是一种位运算,如果x的第j位是1,那么说明l到r的每个数的第j位
相关 Codeforces Round #554 Div.2 E - Neko and Flashback
欧拉路径 神题啊神题!这道题的突破口就是后两个数组每个元素是一一对应的。 也就是说,对于一个p的排列,b'和c'取得每一个元素的下标在p中都是一样的。 根据b和c数组
相关 Codeforces Round #574 (Div. 2) A~E Solution
[A. Drinks Choosing][] 有 $n$ 个人,每个人各有一种最喜欢的饮料,但是买饮料的时候只能同一种的两个两个买(两个一对) 学校只打算卖 $\\left
还没有评论,来说两句吧...