Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Approved.
int
tostr
conversion in Python is comedically slow, I doubt the runner could even stringify the really fuckhuge numbers we get here in time to show them to you. Even if it can you still have the 1.5MB reporter buffer limit to deal with (I'm pretty sure the largest inputs don't even fit within it).Yes you're right. I just get this error when I print the larger int values. I guess the ints get converted to strings first, and there's a limit on string lengths.
"ValueError: Exceeds the limit (4300) for integer string conversion; use sys.set_int_max_str_digits() to increase the limit"
For anyone confused by this at first (like me), it works because True and False are equivalent to 1 and 0.
I literally fixed Python lol, it was in a catastrophic state before. Random test code was in preloaded for reasons unknown to science.
Factor does log the input to the console, but it's not "garbage". Python and JavaScript have a function in preloaded, but that's the pretty-printing one mentionned in the description. All 3 have random tests.
Approved by someone
The matrix multiplication kata you did is absurdly overranked.
Just link the video that completely coincidentally was released at the same time as the kata https://www.youtube.com/watch?v=c066hLi78B0
Resolved in Python.
Not resolving as potentially present in other languages.
approved by someone
Python fork
Python:
Those aren't actual random tests though, you can solve them through pure pattern matching if you really wanted.
Python fork
'34 567890'
one is unclear on its correctness, and the author solution disagrees with the issue on how it should be handled).Loading more items...