摘要: 1 #include 2 #include 3 #include 4 #include 5 6 using namespace std; 7 8 class Solution { 9 public:10 vector fullJustify(vector &words, int... 阅读全文
posted @ 2014-09-22 10:34 卖程序的小歪 阅读(175) 评论(0) 推荐(0) 编辑
摘要: class Solution {public: // a valid number should be in the below form // -/+digit.digitE/e+/-digit bool isNumber(const char *s) { if (... 阅读全文
posted @ 2014-09-22 10:29 卖程序的小歪 阅读(148) 评论(0) 推荐(0) 编辑