随笔分类 -  暴力

摘要:【FOTILE模拟赛】L 阅读全文
posted @ 2018-08-13 02:57 Caturra 阅读(197) 评论(0) 推荐(0)
摘要:小Hi的烦恼 阅读全文
posted @ 2018-08-06 12:05 Caturra 阅读(201) 评论(0) 推荐(0)
摘要:σ ゚∀ ゚) ゚∀゚)σ 阅读全文
posted @ 2018-07-03 19:23 Caturra 阅读(295) 评论(0) 推荐(0)
摘要:休闲合集 阅读全文
posted @ 2018-05-28 22:11 Caturra 阅读(2483) 评论(0) 推荐(2)
摘要:Tree Requests 阅读全文
posted @ 2018-05-03 18:11 Caturra 阅读(164) 评论(0) 推荐(0)
摘要:喵喵喵喵? 阅读全文
posted @ 2018-03-27 22:13 Caturra 阅读(178) 评论(0) 推荐(0)
摘要:喵喵喵喵? 阅读全文
posted @ 2018-03-27 16:22 Caturra 阅读(170) 评论(0) 推荐(0)
摘要:喵喵喵喵? 阅读全文
posted @ 2018-02-14 15:48 Caturra 阅读(140) 评论(0) 推荐(0)
摘要:经典sudoku问题 按部就班就好 一定要注意细节 大于1还是大于等于1 r c越界判断 judge时0的特判 blabla居然磨了2个小时 改了很多地方所以实现得有点冗余,反正能A吧 阅读全文
posted @ 2018-02-12 01:59 Caturra 阅读(164) 评论(0) 推荐(0)
摘要:注意到使用的代价均是2 7连续的,直接暴力必然有解 C++ include include include include include define rep(i,j,k) for(int i=j;i=k;i ) using namespace std; const int maxn = 1e5+ 阅读全文
posted @ 2018-01-22 14:57 Caturra 阅读(179) 评论(0) 推荐(0)