tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 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