摘要: Greedy 1 class Solution 3 public: 4 int jump(int A[], int n) { 5 int start = 0; 6 int end = 0; 7 int count = 0; 8 ... 阅读全文
posted @ 2014-10-22 21:18 Ryan in C++ 阅读(166) 评论(0) 推荐(0)