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.
I have the same! :)
love to solve
Approved
:D
I can't believe this.
A few days ago some lunatic almost bit my head off, because I had the audacity to submit a beta that was vaguely familiar to him (yes I'm talking to you, Wiltink), and here I am, solving Caesar cipher number 200 ...
Reading the comments, this was already old four years ago.
Alright then, bring them on. I'll continue with Sudoku-solver no.7, or cut my way through a jungle of Fibonacci's.
This comment is hidden because it contains spoiler information about the solution
No negative number can be solution to this.
abs(a-b) is non-negative, so c is positive (c>0).
If a if negative:
So, our proposition of negative a leads to contradiction. And because a and b are symmetric in this expression, this also is true for negative b.
Zeros are eliminated by using strict ineqaulities.
Thus, only positive values of a,b and c conforms this expression.
You may not consider the negative cases