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.
Ces tests ne sont pas du tout aléatoires, sacre bleu!
What about it?
I have an idea - a code-golf thing where the function can print any single letter, but it has to reuse basic components that occur in multiple letters in order to minimize the amount of code. I'm not really sure this will work, compared to printing each letter separately, and will take some investigation. Let me think about it.
Based on the current rating (you are looking to get at least 80 % satisfaction rating), it might be worthwhile to incorporate a small feature that adds a bit of extra flair to the challenge.
As long as there's agreement on what the "cool" letters are. :-) I certainly don't want to do all 26.
And there is already a kata that asks you to print multiple ascii art letters horizontally. It doesn't have the scaling factor, but that doesn't seem worth adding.
that would be a world better than expecting to one day have literally
dozens
of near duplicate kataCan't you combine all cool letters into one kata, the current one?
Actually, I was going to do M next, which is more interesting. But B could be done. How about this?
BBBB
B B
BBBB
B B
BBBB
Marking as resolved if no further issues
|n| means the length of n as a binary string is less than or equal to 10^5. This doesnt guarentee that it can be expressee as an integer in Python
ywbye
Is it fine now? The first thing
$1 \leq |n| \leq 10^5$
looks to be right.yez
I resemble that sentiment ( more often than, honestly ) occasionally .. :]
The description already says "different number", and with this being a puzzle, one can hardly skip the examples, which have bigger numbers than the input in there. I did not have any problem figuring out the output can be bigger than the input.
Other opinions may be available.
Loading more items...