摘要: #includeclass Solution {public: vector diffWaysToCompute(string input) { //这个函数用来把输入“拆解” eg 11+12+13 11 , + ,12 ,+ ,13 拆解后放在input_0中 vec... 阅读全文
posted @ 2016-01-22 13:28 *桔子* 阅读(152) 评论(0) 推荐(0)