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.
Actually C++ has but was resolved by hobovsky XD~~
4 years later, and no merge conflicts 0_O =D
@fsb4000 ... Igor = Instant Approval .. You're Welcomed any Time Bro .. Regards ..Zizou
@fsb4000 Well .. Igor .. when I Clicked on the links to Approve the Translations , it Showed me This Message , Both have the same message ?? .. Well if you translate them again , I'm tuned to Approve the Translations :simple_smile::simple_smile:.. Many many thanks , i Really appreciate Your Efforts Igor .. regards .. Zizou
@fsb4000 Ooooh Igor ..
@fsb4000 .... Oooooh Boy .. what a great honor Igor ..
The same
Still a problem for me as of today-- it is testing a large negative number.
This should be working now. Resolve the issue if it is. (It wasn't me who made the C++ solution, so I just deleted the test where it is testing for 0)
I had the a similar problem. For me if I did not have a condition for numbers less than 1 it gave a sigsev error since I had not considered it. However it is not a big problem if we were given something to return when the number given is out of range. It currently seems to be that if you have a number less than 1 you should return 1 which makes no sense, it would be better to return -1 or simlar.