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 by author
#include <stdbool.h>
is missing in the initial codeТочно... Скорость уменьшается - пропорционально уменьшается пройденное расстояние.
C Translation
test.assert_equals(ball_test(10, '______________________________________________________________'), False)
Velocity equal 10
Range equal 62
Speed decrease 6
Remaining speed 4
Why result in 7 Test is False?
not working all, but code is corect
Approved +1
Approved +1
Rust translation
Approved! +1
D translation
This comment is hidden because it contains spoiler information about the solution