包含标签:cp 的文章
-
Orange Boy Can You Solve It Out? Ep. 46
chemistry 思考题 Hydrocarbon Ninetail is building a tree. She has N nodes and she will assign a value from 0 to 3 to each node. All nodes with the same value are indistinguishable. Then she will connect the N nodes with N-1 edges so that they form …… -
Orange Boy Got Into Province Team!!
MonkeyKing got into Jiangsu Province Team of OI!!! Congratulations!! -
Orange Boy Can You Solve It Out? Ep. 41-43
OBCYSIO Ep.41 to 43 is hosted on XGN's blog. As I am lazy to copy, please read them here -
XGNのJSOI2021游记
From Hexo Also available on XGN Blog 大家好,我是每年都去省选摸鱼的XGN,今年一如既往的抱着旅游的心态去打JSOI,没想到竟然在我们学校……(计划泡汤 所以只能讲讲考场那些事了。 Day 0 周五下午试机还要上cr的选修课(也在机房)。于是就被ls老师叫去当无价劳…… -
Orange Boy Can You Solve It Out? Ep. 45
From Hexo Useful 思考题!! Replace Hikari is a cute white dragon girl. She is helping Ninetail - a fox girl, her master - correct composition.The original composition is a string S and the corrected one is another string T. Hikari claimed that…… -
Orange Boy Can You Solve It Out? Ep. 44
From Hexo String 思考题!! Boggle Constructor Ninetail is a clever fox girl. She loves to play Boggle! the rules are simple: Each player searches for words that can be constructed from the letters of sequentially adjacent cubes, where "adjace…… -
Algorithms Unweekly Favarouite Problems in 2020 Season4
By MonkeyKing from Hexo 所谓algorithms unweekly, 就是开心的时候就写点的有关的algorithms的blog, 如果你喜欢weekly的algorithms, 请移步这里Algorithms weekly by Petr。 那么你现在看到的就是第一篇algorithms unweekly,这篇文章讲的是笔者2020年第四季…… -
使用Idea的Java to Kotlin功能攻略Kotlin Round
From XGN Blog. You can also pay a visit to XGN's blog 笔者在Kotlin Hero3中采用这种方法获得了top50的好成绩,为了让更多人了解到这个作弊技巧,特写此文。 目标 在不学Kotlin或基础语法不牢固的情况下在Kotlin Hero比赛中取得优异的成绩。 前置条件 Intell…… -
一种基于笛卡尔树的不稳定RMQ算法(玄学树)
本文原未备份,在迁移到Hexo的过程中丢失。然而笔者在自己的手机中偶然发现一份副本,遂复原至新站。 本文发布时间仅精确到天。 以下为原文。 序 某一天早上我突然突发奇想弄了一个奇怪的数据结构...然后查了查发现就是笛卡尔树... 不过查询方法非常神奇,非常暴力,…… -
Orange Boy Can You Solve It Out? Ep. 40
Simple 思考题 Ninja Try to find any of three integers X,Y,Z in a given integer array A of length N so that X+Y=Z. Example Input: A={1,2,3} Output: X=1,Y=2,Z=3 Input: A={0} Output: X=0,Y=0,Z=0 Input: A={1,9,2,6,0,8,1,7} Output: X=1,Y=8,Z=9 Input: A=……