2015年6月20日
摘要: class Solution {public: enum { down = 0, up = 1, }; string convert(string s, int numRows) { string result; int index = 0; in... 阅读全文
posted @ 2015-06-20 11:07 xgcode 阅读(105) 评论(0) 推荐(0)