黑马程序员技术交流社区
标题: LeetCode 算法题 13. Roman to Integer [打印本页]
作者: Miss_Allsunday 时间: 2017-6-18 11:59
标题: LeetCode 算法题 13. Roman to Integer
13. Roman to Integer
Given a roman numeral, convert it to an integer.
Input is guaranteed to be within the range from 1 to 3999.
给一个罗马数字,将其转化成整数。
输入保证是在范围1到3999内。
你需要完成以下函数:
int romanToInt(char* s) {
}
这道题的网址是:“https://leetcode.com/problems/roman-to-integer/#/description”
作者: Miss_Allsunday 时间: 2017-6-18 12:00
占楼,待发答案。
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) |
黑马程序员IT技术论坛 X3.2 |