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.
9 users solved it in Rust already
Impossible in Rust since the stack overflows once the Vector gets too big (1.5MB) and dynamically sized arrays/slices aren't supported.
ohh okay, thanks for the answer
It seems indeed the tests in Python should be redesigned to stop as soon as bad answer is given (or to exclude logs for larger tests), because if they continue no matter what, the data of the last bunch of tests overflows the buffer. I see no solution from user side :/
This comment is hidden because it contains spoiler information about the solution
good job! I like your code, everything is laid out on the shelves.
Thanks!
genius solution mate! well done.
Thanks!
If you feel you need to suggest updates to the description, by all means, do so. But please don't make it sound like you want all descriptions dumbed down to flavourless beginner's English because some people might not be able to understand every nuance.
can someone help me with one question.
For moment = "01:00 pm", the output should be [true, false, false].
time equals 1, and space equals 7, so the moment is from the past.
how we know that space equal 7?
у меня постояно ошибка выбивается ноунейм мол у меня пробел или таб лишний хотя я скопировал в пайчарме и код работает,да, ебнутая ката
это кривая ката
Hello, i have a question. Why is 34013 and 702 equal to 7? If you compare them, you get 5.
34013 = 1000010011011101
702 = 1010111110
Loading more items...