• 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
v1rn0 Avatar
Name:Unknown
Clan:Unknown
Member Since:Mar 2024
Last Seen:Aug 2024
Profiles:
    Following:1
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (12)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • v1rn0
      • commented on "Sum of the first nth term of Series" cpp solution
      • 15 months ago

      🗿🗿

    • Custom User Avatar
      • v1rn0
      • commented on "Complementary DNA" cpp solution
      • 15 months ago

      Your solution does the same you just take up another line to copy the contents of the initial string into a new one.

    • Custom User Avatar
      • v1rn0
      • commented on "Who likes it?" cpp solution
      • 15 months ago

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

    • Custom User Avatar
      • v1rn0
      • commented on "Beginner Series #1 School Paperwork" cpp solution
      • 15 months ago

      Whats the point of using auto and then using a trailing return type of int?

      Also rare but chad "and" <3.

    • Custom User Avatar
      • NunoOliveira
      • resolved a suggestion on "Highest Scoring Word" kata
      • 15 months ago

      Hint != kata suggestion. See https://docs.codewars.com/training/troubleshooting#post-discourse.

    • Custom User Avatar
      • seanm64
      • created a suggestion for "Highest Scoring Word" kata
      • 15 months ago

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

    • Custom User Avatar
      • v1rn0
      • commented on "Find the missing letter" cpp solution
      • 15 months ago

      This works but confuses me a little bit, wouldn't prevIt=it++; be equal to prevIt=it; it++; ? Try running this and you'll see what I mean

      int a{ 1 };
      int b = a++;
      
      std::cout << b;
      
    • Custom User Avatar
      • v1rn0
      • commented on "Persistent Bugger." kata
      • 15 months ago

      I'm having the exact same problem, any hints you can give? Does the browser just not like local static initialization?

    • Custom User Avatar
      • v1rn0
      • commented on "Persistent Bugger." kata
      • 15 months ago

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

    • Custom User Avatar
      • v1rn0
      • commented on "Highest Scoring Word" cpp solution
      • 15 months ago

      I tried using max_element however in the edge case instance of "aa b" it returned "b", why does this work?
      My max_element solution only worked in MSVS compiler but failed with Clang on the site.

      Key difference was you're iterating over a vector and calculating the value as it iterates but I looped while (ss >> newStr) to calculate the value and put it in an unordered_map<string,int>. Then used max_element on the unordered_map so thats probably why.

    • Custom User Avatar
      • v1rn0
      • commented on "Highest Scoring Word" kata
      • 15 months ago

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

    • Custom User Avatar
      • v1rn0
      • commented on "Find the missing letter" cpp solution
      • 15 months ago

      insane

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...