发表评论取消回复
相关阅读
相关 Codeforces Round #582 (Div. 3) G. Path Queries
Codeforces Round \582 (Div. 3) G. Path Queries [题目描述][Link 1] 个人感觉这道题目的思路比较像最小瓶颈生成树,
相关 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 825B(DFS)
问题描述: Alice and Bob play 5-in-a-row game. They have a playing field of size 10 × 10. In
相关 CodeForces 825A(脑洞)
问题描述: Polycarp has just invented a new binary protocol for data transmission. He is enc
相关 CF1110G Tree-Tac-Toe(博弈论)
题面 [传送门][Link 1] 题解 博弈论的前提是双方都是绝顶聪明的人 所以这种题目显然不是我应该做的 [题解][Link 2] //minam
相关 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>
还没有评论,来说两句吧...