题目链接
https://leetcode.com/problems/integer-to-roman/description/
思路:是相加的形式,采用分段Map法,建两个list,使roman number和nums相对应。
题目链接
https://leetcode.com/problems/integer-to-roman/description/
思路:是相加的形式,采用分段Map法,建两个list,使roman number和nums相对应。
本文标题:【Misc-map法】Integer to Roman
本文链接:https://www.haomeiwen.com/subject/thyzpftx.html
网友评论