How to reconcile this in the description?
Size limit says: 0 < smallest number < 1 000 000 000
0 < smallest number < 1 000 000 000
But the example says: "1234567891" -> [1234567891] -> 1234567891
"1234567891" -> [1234567891] -> 1234567891
But 1 234 567 891 exceeds the "smallest number" limit (??)
1 234 567 891
Base conversion has already been done: see https://www.codewars.com/kata/526a569ca578d7e6e300034e
Also, you didn't specify the character set of the base. It is only inferable from the sample tests.
Loading collection data...
How to reconcile this in the description?
Size limit says:
0 < smallest number < 1 000 000 000
But the example says:
"1234567891" -> [1234567891] -> 1234567891
But
1 234 567 891
exceeds the "smallest number" limit (??)Base conversion has already been done: see https://www.codewars.com/kata/526a569ca578d7e6e300034e
Also, you didn't specify the character set of the base. It is only inferable from the sample tests.