Rimski
의견: 0
Using roman numerals the numbers \(1, 2, 3, 4, 5, 6, 7, 8, 9\) are written as I, II, III, IV, V, VI, VII, VIII, IX. Numbers \(10, 20, 30, 40, 50, 60, 70, 80, 90\) are written as X, XX, XXX, XL, L, LX, LXX, LXXX, XC.
Any number smaller than \(100\) can be written by converting tens and ones separately and concatenating the results. So, for example, the number \(48\) would be written as XLVIII, XL for \(40\) and VIII for \(8\).
Given a number written in roman numerals, rearrange it's characters so that you create the smallest possible number, written in roman numerals.
The first and only line of input contains one integer \(B\) (\(1 \le B < 100\)), written using roman numerals.
The first and only line of output should contain a rearrangement of input
characters so that it represents the smallest possible number, written in roman
numerals.
| 서브태스크 | 점수 | 설명 |
|---|---|---|
Test 1 | 10점 | None |
Test 2 | 10점 | None |
Test 3 | 10점 | None |
Test 4 | 10점 | None |
Test 5 | 10점 | None |
Test 6 | 10점 | None |
Test 7 | 10점 | None |
Test 8 | 10점 | None |
Test 9 | 10점 | None |
Test 10 | 10점 | None |
VIIVIIVIIVIIIIII평가 및 의견
Rimski
아직 의견이 없습니다. 자격이 된다면 위 양식에서 가장 먼저 평가해 보세요.
풀이 제출
Rimski