摘要: int scan() { int res=0,ch; while(!((ch= getchar())>='0'&&ch='0'&&ch<='9') res=res*10+(ch-'0'); return res; } 阅读全文
posted @ 2016-09-08 15:28 知る奇迹に 阅读(156) 评论(0) 推荐(0)
摘要: 首先看一下这个人的blog吧,讲的精炼 http://blog.sina.com.cn/s/blog_4a0c4e5d0101c8fr.html 然后再推荐一下这个人的blog:http://www.cnblogs.com/zinthos/p/3899565.html 这两个博客看了就差不多了。 自 阅读全文
posted @ 2016-09-08 15:12 知る奇迹に 阅读(151) 评论(0) 推荐(0)