发表评论取消回复
相关阅读
相关 SDOI2015 寻宝游戏 | noi.ac#460 tree
题目链接:[戳我][Link 1] 可以知道,我们相当于是把有宝藏在的地方围了一个圈,求这个圈最小是多大。 显然按照dfs序来遍历是最小的。 那么我们就先来一遍...
相关 oracle tree query
Hierarchical Queries If a table contains hierarchical data, then you can select rows in
相关 CodeForces 825D(贪心)
问题描述: You are given two strings s and t consisting of small Latin letters, string s can
相关 CodeForces 825C(贪心)
问题描述: Makes solves problems on Decoforces and lots of other different online judges. Ea
相关 CodeForces 825B(DFS)
问题描述: Alice and Bob play 5-in-a-row game. They have a playing field of size 10 × 10. In
相关 CodeForces - 960D Full Binary Tree Queries
题目:[点击打开链接][Link 1] 题意:无限长度的二叉树,每次操作1把包含数x的那一层整体移动k个位置,正往右,负往左,操作2把包含数x的那一层带着子树移动k个位
相关 AC日记——825G - Tree Queries
[825G - Tree Queries][] 思路: 神题,路径拆成半链; 代码: include <cstdio> include <cstri
相关 AC日记——方格取数 洛谷 P1004
题目描述 设有N\N的方格图(N<=9),我们将其中的某些方格中填入正整数,而其他的方格中则放 人数字0。如下图所示(见样例): A 0 0 0
相关 AC日记——最短路 洛谷 P2384
题目背景 狗哥做烂了最短路,突然机智的考了Bosh一道,没想到把Bosh考住了...你能帮Bosh解决吗? 他会给你10000000000000000000000000
相关 AC日记——Count on a tree II spoj
[Count on a tree II][] 思路: 树上莫队; 先分块,然后,就好办了; 来,上代码: include <cmath>
还没有评论,来说两句吧...