
搜索
文章平均质量分 77
G_congratulation
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
noip2009 靶形数独 (代码还算不丑)
核心是用位运算简化操作,并根据每行的“0”的数量确定枚举的顺序 详见代码及代码注释 #include #include #include #include #include using namespace std; int target[10][10]={ {6,6,6,6,6,6,6,6,6}, {6,7,7,7,7,7,7,7,6}, {6,7,8,8,8,8,8,7,6},原创 2016-11-10 11:52:42 · 478 阅读 · 0 评论 -
ACM-ICPC 2018徐州 I题 Rikka with Sorting Networks(搜索)
I. Rikka with Sorting Networks time limit per test 4.0 s memory limit per test 1024 MB input standard input output standard output Rikka knows that Bubble sort is a simple but beautiful algor...原创 2019-03-12 20:52:02 · 1054 阅读 · 0 评论