Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
1
Task/Roman-numerals-Decode/J/roman-numerals-decode-1.j
Normal file
1
Task/Roman-numerals-Decode/J/roman-numerals-decode-1.j
Normal file
|
|
@ -0,0 +1 @@
|
|||
rom2d=: [: (+/ .* _1^ 0,~ 2</\ ]) 1 5 10 50 100 500 1000 {~ 'IVXLCDM'&i.
|
||||
6
Task/Roman-numerals-Decode/J/roman-numerals-decode-2.j
Normal file
6
Task/Roman-numerals-Decode/J/roman-numerals-decode-2.j
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
rom2d 'MCMXC'
|
||||
1990
|
||||
rom2d 'MDCLXVI'
|
||||
1666
|
||||
rom2d 'MMVIII'
|
||||
2008
|
||||
Loading…
Add table
Add a link
Reference in a new issue