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.
can someone explain wtf this kata is asking to do please?
use long int instead of int because high precision floats cause problem
(c++) just saying title asks for >n while solution requires >=n..
This comment is hidden because it contains spoiler information about the solution
please rename title to "n or more times" not just "more than n", i wasted 20mins looking for the problem for nothing
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
if you've spent 30mins trying to figure out why your code isn't working (like me) while everything seems ok, check for not adding any null characters!!(if you did it in a similar way i did)
the difficulty of this should be 6kyu, it's actually harder than i thought lol