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.
right?
It's readablle, but where is the 'Best Practices' in this solution?
Bro, religion is how to live your life,
so brother liked to benefit those people, instead of writing a weird #define directives.
جزاك الله كل خير وتوفيق، ورحم الله والديك أخ هيثم الكريم.
There's no need for the last two headers.
This comment is hidden because it contains spoiler information about the solution
But why your solutions passes if the problem says to remove 1 if there is 13th floor, this solution check if
f > 13
instead off >= 13
, why?Cool, thanks! You remembered me of these ways of adding and subtracting boolean results :)
Is that required? (i.e. is it important to be included exactly?)
std::islower
is included in thestring
header.It's easier to read and understand than writing it by hand.
I don't think recursion is good, anyways :D
You should call it
product
(the result of multiplication), instead ofsum
(the result of summation/addition).I really don't know why 23 one vote to this as best practices.
He even used
math.h
instead ofcmath
:)This comment is hidden because it contains spoiler information about the solution
Shortening hint: No need for curly braces in loops.
Loading more items...