• 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
msizov Avatar
Name:Unknown
Clan:GGF2019
Member Since:Dec 2016
Last Seen:Sep 2022
Profiles:
    Following:57
    Followers:55
    Allies:55
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations
    • Replies
    • Authored (5)
    • Needs Resolution
    • Custom User Avatar
      • msizov
      • commented on "Disease Spread" kata
      • 8 years ago

      You've got a typo in the first two math equations, instead of r variable, b should be used.

    • Custom User Avatar
      • msizov
      • commented on "Minimum Perimeter of a Rectangle" cpp solution
      • 9 years ago

      long is platform dependant (has 4 bytes on 32 bit platforms, then you have to use long long or __int64 (eg. look here https://msdn.microsoft.com/en-us/en-en/library/s3f49ktz.aspx)).

      The most correct way of doing this is to use stdint.h header (from C99) and then use int64_t which is platform independant and is always 64bit.

    • Custom User Avatar
      • msizov
      • created an issue for "Sum of two lowest positive integers" kata
      • 9 years ago

      ExtendedTest3
      ✘ Expected: equal to 4000000000
      Actual: -294967296

      C++ version has prototype: long sumTwoSmallestNumbers(std::vector n), it is IMPOSSIBLE to have 4000000000 as answer

    • Custom User Avatar
      • msizov
      • commented on "Minimum Perimeter of a Rectangle" cpp solution
      • 9 years ago

      It is rather bad as 9999999999 overflows (0x2_540B_E3FF) and 32 bit architectures use 0x7FFFFFFF as max for signed int.

    • Custom User Avatar
      • msizov
      • commented on "Prize Draw" cpp solution
      • 9 years ago

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

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...