[리트코드] 12. Integer to Roman


[리트코드] 12. Integer to Roman

문제 Integer to Roman - LeetCode Can you solve this real interview question? Integer to Roman - Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 V 5 X 10 L 50 C 100 D 500 M 1000 For example, 2 is written as II in Roman numeral, just two one's added together. 12 is written as XII, w... leetcode.com Roman numerals are represented by seven different symbols: I, V, X, L, C, D and M. Symbol Value I 1 V 5 X 10 L 50 C 100 D 500 M 1000 For example, 2 is w...


#Java #leetcode #리트코드 #리트코드풀이 #프로그래밍

원문링크 : [리트코드] 12. Integer to Roman