摘要:
方法一: class Solution {public: int romanToInt(string s) { int len=s.size(); map<string,int> number{ {"I",1}, {"V",5}, {"X",10}, {"L",50}, {"C",100}, {"D 阅读全文
posted @ 2019-01-03 23:10
zihao,wang
阅读(136)
评论(0)
推荐(0)
浙公网安备 33010602011771号