摘要: https://www.luogu.org/problemnew/lists?name=&orderitem=difficulty&tag=2&content=0&select=1&type= P1000 超级玛丽游戏 做过了,而且很无聊。 P2562 Kitty猫基因编码 又一个无聊题,题目的数据 阅读全文
posted @ 2019-03-09 21:02 韵意 阅读(349) 评论(0) 推荐(0) 编辑
摘要: #include #include #include #include using namespace std; const int MAXN = 1e6+1e3; //待筛的区间[L,R]长度 const int N = 50001;//保证大于(2^31-1)的算数平方根 bool prime[MAXN]; bool seive[N]; typedef long long ll;... 阅读全文
posted @ 2019-03-09 19:38 韵意 阅读(140) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/sunshinezff/article/details/47720171 阅读全文
posted @ 2019-03-09 11:19 韵意 阅读(73) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/flashhu/p/8324551.html 阅读全文
posted @ 2019-03-09 11:13 韵意 阅读(140) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/sslz_fsy/article/details/81303003 阅读全文
posted @ 2019-03-09 11:02 韵意 阅读(105) 评论(0) 推荐(0) 编辑