coding
文章平均质量分 91
resorcap
这个作者很懒,什么都没留下…
展开
-
C程序freopen()实现快速从文件输入和输出(重定向)到文件(ACM练习好帮手)
http://aabbc1122.blog.163.com/blog/static/57043257201272294524425/转载 2014-05-05 10:33:53 · 1057 阅读 · 0 评论 -
【Leetcode系列之二】Leetcode OJ 11-20
1. Climbing Stairs You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top? 由原创 2014-05-23 21:25:22 · 810 阅读 · 0 评论 -
【Leetcode系列之一】Leetcode OJ 10道入门题研究
1.Single Number http://oj.leetcode.com/problems/single-number/ Given an array of integers, every element appears twice except for one. Find that single one. Note: Your algorithm should have a linear runtime complexity. Could you implement it without using原创 2014-05-03 10:09:13 · 1189 阅读 · 0 评论