会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
K~L
博客园
园子
首页
新随笔
联系
管理
订阅
2016年7月5日
高精度模板(修改中)
摘要: 这个是一个高精度的模板,还在完成中。。。 1 #include<iostream> 2 #include<algorithm> 3 #include<cstdio> 4 #include<cstdlib> 5 #include<cmath> 6 #include<cstring> 7 #includ
阅读全文
posted @ 2016-07-05 18:05 K~L
阅读(111)
评论(0)
推荐(0)
2016年6月15日
恶心的splay、、、Poj3481 double queue
摘要: 并不知道不加快速输入输出会是什么速度。。。但是加了快速输入输出后47msAC了。。。 1 #include<iostream> 2 #include<algorithm> 3 #include<cstdio> 4 #include<cstdlib> 5 #include<cstring> 6 #de
阅读全文
posted @ 2016-06-15 14:09 K~L
阅读(207)
评论(0)
推荐(0)
2016年6月11日
快速输入输出
摘要: cin和cout慢啊!!! cin和cout慢啊!!! cin和cout慢啊!!! 有些题用cin和cout输入了/输出了很多数字后就TLE了。。。 scanf和printf相比来说快点,不过也不算太快。 怎么样才能达到更快的输入输出速度呢? 答案是字符法。
阅读全文
posted @ 2016-06-11 19:36 K~L
阅读(459)
评论(0)
推荐(0)
公告