摘要: Roman to Integer:题目:Given a roman numeral, convert it to an integer.Input is guaranteed to be within the range from 1 to 3999.解法(C++):class Solution {... 阅读全文
posted @ 2015-12-07 21:13 justDoIT& 阅读(227) 评论(0) 推荐(0)
摘要: 运行过程中出现上述问题,后来发现是vector越界问题。。。。解决办法:不要越界就好了。。。 阅读全文
posted @ 2015-12-07 16:17 justDoIT& 阅读(1094) 评论(0) 推荐(0)