TypechoJoeTheme

IT技术分享

统计

[LeetCode 12] Integer to Roman [C, C++, C#] [Runtime : 49 MS]

2017-06-05
/
0 评论
/
584 阅读
/
正在检测是否收录...
06/05

1. Description

Given an integer, convert it to a roman numeral.
Input is guaranteed to be within the range from 1 to 3999.

2. Example

input num = 23
output XXIII

3. Code

4. Submission Details

5. Runtime Distribution

Digital
朗读
赞 · 0
版权属于:

IT技术分享

本文链接:

https://idunso.com/archives/301/(转载时请注明本文出处及文章链接)