Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
14
Task/Roman-numerals-Encode/FALSE/roman-numerals-encode.false
Normal file
14
Task/Roman-numerals-Encode/FALSE/roman-numerals-encode.false
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
^$." "
|
||||
[$999>][1000- "M"]#
|
||||
$899> [ 900-"CM"]?
|
||||
$499> [ 500- "D"]?
|
||||
$399> [ 400-"CD"]?
|
||||
[$ 99>][ 100- "C"]#
|
||||
$ 89> [ 90-"XC"]?
|
||||
$ 49> [ 50- "L"]?
|
||||
$ 39> [ 40-"XL"]?
|
||||
[$ 9>][ 10- "X"]#
|
||||
$ 8> [ 9-"IX"]?
|
||||
$ 4> [ 5- "V"]?
|
||||
$ 3> [ 4-"IV"]?
|
||||
[$ ][ 1- "I"]#%
|
||||
Loading…
Add table
Add a link
Reference in a new issue