The Roman numeral system
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
Given the number X. Want to put this number in Roman numerals.
Input
Given the number X in decimal system (1 ≤ X ≤ 4000).
Output
Display the X in the Roman numeral system.
Examples
Input #1
Answer #1
Submissions 2K
Acceptance rate 33%