• 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
Sliff Avatar
Name:Алексей
Clan:Unknown
Member Since:Dec 2015
Last Seen:Nov 2022
Profiles:
    Following:0
    Followers:2
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (24)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • m4rc8
      • commented on "Convert a Boolean to a String" cpp solution
      • 22 hours ago

      This is the best solution and if you have something to tell shut up please ;)

    • 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
      • devpersi
      • commented on "Convert a Boolean to a String" cpp solution
      • 7 months ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • sS1nT
      • commented on "Odd or Even?" cpp solution
      • 9 months ago

      If this was solved on your own and not via GPT Chat, you are a genius.

    • Custom User Avatar
      • ZEYAD-
      • commented on "Abbreviate a Two Word Name" cpp solution
      • 9 months ago

      it is a container like vector i think (Data Structure)

    • Custom User Avatar
      • alextru1
      • commented on "Abbreviate a Two Word Name" cpp solution
      • 2 years ago

      Is string a vector?

    • Custom User Avatar
      • Travalgar
      • commented on "Convert a Boolean to a String" cpp solution
      • 2 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • Amel Haracic
      • commented on "Swap Values" cpp solution
      • 3 years ago

      simple as that... nice one

    • Custom User Avatar
      • rowcased
      • commented on "Convert a Boolean to a String" cpp solution
      • 3 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • JOYBOY101
      • commented on "Convert a Boolean to a String" cpp solution
      • 3 years ago

      where is conversion of Boolean to a String?

    • Custom User Avatar
      • Sliff
      • created a question for "Boardgame Fight Resolve" kata
      • 4 years ago

      Why fightResolve('A', 'a') must return 'a' in test cases? The description says: "If a matchup occurs that was not previously mentioned (for example Archers vs Pikemen) the attacker will always win." So attacker is first argument, 'A' in this case. Or did I miss something?

    • Custom User Avatar
      • MauriceLoskyll
      • commented on "L1: Set Alarm" cpp solution
      • 5 years ago

      Of course, as you please. It's just a way of bounding logic together for good readability

    • Custom User Avatar
      • SandroWissmann
      • commented on "L1: Set Alarm" cpp solution
      • 5 years ago

      () can be omitted

    • Custom User Avatar
      • suumcuique
      • commented on "L1: Set Alarm" cpp solution
      • 5 years ago

      This comment is hidden because it contains spoiler information about the solution

    • Custom User Avatar
      • Alejandro8khan
      • commented on "Abbreviate a Two Word Name" cpp solution
      • 5 years ago

      Cool and fast solution!!

    • Loading more items...
    • © 2025 Codewars
    • About
    • API
    • Blog
    • Privacy
    • Terms
    • Code of Conduct
    • Contact

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...