会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
WindFreedom
热爱数学,热爱编程,热爱生活 ~~~~~~~~~~~~~~~~~~~~~~~~歡迎來撩!
首页
新随笔
管理
2018年9月22日
hdu4135(容斥原理求质数,队列实现)
摘要: 传送门 ac代码(队列实现版本):
阅读全文
posted @ 2018-09-22 15:31 WindFreedom
阅读(329)
评论(0)
推荐(0)
编辑
poj2559(单调栈)
摘要: 传送门 写法一: #include<bits/stdc++.h> #define per(i,a,b) for(int i=a;i<=b;i++) using namespace std; typedef long long ll; //#define int long long const ll
阅读全文
posted @ 2018-09-22 00:23 WindFreedom
阅读(157)
评论(0)
推荐(0)
编辑