黑马程序员技术交流社区
标题: LeetCode 算法题 12. Integer to Roman [打印本页]
作者: Miss_Allsunday 时间: 2017-6-17 19:19
标题: LeetCode 算法题 12. Integer to Roman
12. Integer to Roman
Given an integer, convert it to a roman numeral.
Input is guaranteed to be within the range from 1 to 3999.
给一个整数,将其转换成一个罗马数字。
输入的保证是从1到3999.
你需要完成以下的函数:
char* intToRoman(int num) {
}
这道题的网址是:“https://leetcode.com/problems/integer-to-roman/#/description”
作者: Miss_Allsunday 时间: 2017-6-17 19:19
占楼,待发答案。
作者: zhao543 时间: 2017-6-17 20:47




欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) |
黑马程序员IT技术论坛 X3.2 |