Ad
  • Custom User Avatar

    Whoops! I made a quite stupid error, thanks for reminding me to make sure capitalization worked, I found a broken loop. Forgot break only breaks from one loop.

  • Custom User Avatar

    When returning bools, C++ returns them as 0 or 1, NOT as true or false, and so I was unable to solve the Kata despite my program working correctly.