随笔分类 -  8-2-乱搞-模拟

摘要:You are given a function ff written in some basic language. The function accepts an integer value, which is immediately written into some variable xx. 阅读全文
posted @ 2019-06-30 15:13 yzm10 阅读(415) 评论(0) 推荐(0)
摘要:这题用dfs搜不出来,需要使用bfs并记录路径,设置好方向顺序跑就ok 正解类似:POJ-3984 迷宫问题 然而毕竟是暴力杯,我们的原则是代码能省就省(懒癌晚期 于是乎网上便出现了形形色色的题解,笔者综合了各路大神神乎其技的思想,总结出了一种完善的Excel解法。 (这里需要感谢知乎某匿名用户和考 阅读全文
posted @ 2019-03-25 17:41 yzm10 阅读(7085) 评论(4) 推荐(3)
摘要:Features Track 31.32% 1000ms 262144K Morgana is learning computer vision, and he likes cats, too. One day he wants to find the cat movement from a cat 阅读全文
posted @ 2018-09-09 17:13 yzm10 阅读(488) 评论(0) 推荐(0)
摘要:Lattice's basics in digital electronics 44.08% 1000ms 131072K LATTICE is learning Digital Electronic Technology. He is talented, so he understood all 阅读全文
posted @ 2018-09-08 19:57 yzm10 阅读(256) 评论(0) 推荐(0)
摘要:问题 A: 龟兔赛跑预测 题目描述 输入 输出 样例输入 样例输出 阅读全文
posted @ 2017-07-29 23:06 yzm10 阅读(186) 评论(0) 推荐(0)
摘要:Link一个不错的Java组历届题解 时间问题解法: 1.利用Excel 2.Java的Calendar类 3.时间差模板 1.2018蓝桥杯JavaA组2-星期一(利用Excel):https://blog.csdn.net/guanghuichenshao/article/details/797 阅读全文
posted @ 2017-07-16 19:32 yzm10 阅读(319) 评论(0) 推荐(0)