
trie
文章平均质量分 91
max_kibble
这个作者很懒,什么都没留下…
展开
-
cf 923C Perfect Security
一 原题C. Perfect Securitytime limit per test3.5 secondsmemory limit per test512 megabytesinputstandard inputoutputstandard outputAlice has a very important原创 2018-03-14 12:23:55 · 1429 阅读 · 0 评论 -
cf 979D Kuro and GCD and XOR and SUM
一 原题D. Kuro and GCD and XOR and SUMtime limit per test2 secondsmemory limit per test512 megabytesinputstandard inputoutputstandard outputKuro is currently playing an educational game about numbers. Th...原创 2018-05-16 17:29:47 · 482 阅读 · 0 评论 -
usaco6.1.3 Cow XOR
一 原题二 分析三 代码先附上我蠢蠢的会爆内存的trie树代码:/*ID:maxkibb3LANG:C++PROB:cowxor*/#include#include#includeconst int MAX = 1e5 + 5;int N, Arr[MAX], Xor[MAX];struct Node { int val, left, right;原创 2017-09-24 18:52:52 · 304 阅读 · 0 评论