Roman numerals/Decode: Difference between revisions

m
(→‎Insitux: improvement)
imported>Arakov
Line 2,899:
var total := 0;
for(int i := 0,; i < s.Length,; i += 1)
{
var thisNumeral := RomanDictionary[s[i]] - minus;
Anonymous user