A股上市公司传智教育(股票代码 003032)旗下技术交流社区北京昌平校区

 找回密码
 加入黑马

QQ登录

只需一步,快速开始



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”

2 个回复

倒序浏览
占楼,待发答案。
回复 使用道具 举报
回复 使用道具 举报
您需要登录后才可以回帖 登录 | 加入黑马