Ad
  • Custom User Avatar

    Actually C++ has but was resolved by hobovsky XD~~

  • Default User Avatar

    4 years later, and no merge conflicts 0_O =D

  • Custom User Avatar
  • Custom User Avatar
  • Custom User Avatar

    @fsb4000 ... Igor = Instant Approval .. You're Welcomed any Time Bro :relaxed: :relaxed: .. Regards ..Zizou

  • Custom User Avatar

    @fsb4000 Well .. Igor .. when I Clicked on the links to Approve the Translations , it Showed me This Message , Both have the same message ?? :anguished::anguished: .. 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 :blush::blush: .. regards .. Zizou

  • Custom User Avatar

    @fsb4000 Ooooh Igor ..

    • You know it's the First Ever TypeScript Translation in my Humble Katas ..
    • Many many thanks for the Random Tests Reconstruction ..
    • Of Course Approved..
    • Hope you the Best Igor .. regards ..Zizou
  • Custom User Avatar

    @fsb4000 .... Oooooh Boy .. what a great honor Igor ..

    • Of Course Approved ..
    • All My Katas are yours Igor , feel free if you want to translate any of Them Bro .
    • gained the honor to be the First to Follow you ..
    • Hope you the Best Igor.. Regards ..Zizou
  • Custom User Avatar
  • Custom User Avatar

    Still a problem for me as of today-- it is testing a large negative number.

  • Custom User Avatar

    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)

  • Default User Avatar

    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.