• Sign Up
    Time to claim your honor
  • Training
  • Practice
    Complete challenging Kata to earn honor and ranks. Re-train to hone technique
  • Freestyle Sparring
    Take turns remixing and refactoring others code through Kumite
  • Community
  • Leaderboards
    Achieve honor and move up the global leaderboards
  • Chat
    Join our Discord server and chat with your fellow code warriors
  • Discussions
    View our Github Discussions board to discuss general Codewars topics
  • About
  • Docs
    Learn about all of the different aspects of Codewars
  • Blog
    Read the latest news from Codewars and the community
  • Log In
  • Sign Up
kingost12 Avatar
Name:Unknown
Clan:Unknown
Member Since:Jan 2025
Last Seen:Apr 2025
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (7)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • kingost12
      • commented on "Balanced Number (Special Numbers Series #1 ) " cpp solution
      • 4 months ago

      It's my first time seeing such a loop is possible, that's clean

    • Custom User Avatar
      • kingost12
      • commented on "Lost number in number sequence" cpp solution
      • 4 months ago

      That is absloutely smart I admire you for that. However, don't forget the big'O for huge lists of numbers!

    • Custom User Avatar
      • kingost12
      • commented on "Are the numbers in order?" cpp solution
      • 4 months ago

      I know it has been 8 years and you're probably very aged now compared to the time you wrote this comment. In case you're still somehow openeing codewars still I would like to ask what book did you learn from, supposing you already learnt it since it has been alot of time.

    • Custom User Avatar
      • kingost12
      • commented on "Sub-array elements sum" cpp solution
      • 4 months ago

      C++ programmers try to make your code readable challenge: (impossible)

    • Custom User Avatar
      • kingost12
      • commented on "Volume of a Cuboid" cpp solution
      • 5 months ago

      😭😭😭🙏

    • Custom User Avatar
      • kingost12
      • commented on "L1: Set Alarm" cpp solution
      • 5 months ago

      it inverses the bool.

      code representation:

      bool b = true;
      std::cout << b << '\n'; // true
      std::cout << !b << '\n'; // false

      it's called the NOT operator.


      visual representation:

      true ------[!]------> false
      false ------[!]------> true

    • Custom User Avatar
      • kingost12
      • commented on "Convert a Number to a String!" cpp solution
      • 5 months ago

      Mama I'm a criminal:

    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...