• 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
antekm Avatar
Name:Unknown
Clan:Unknown
Member Since:Dec 2016
Last Seen:Feb 2025
Profiles:
    Following:0
    Followers:1
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations
    • Replies
    • Authored (9)
    • Needs Resolution
    • Custom User Avatar
      • antekm
      • commented on "Who likes it?" cpp solution
      • 3 years ago

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

    • Custom User Avatar
      • antekm
      • commented on "Explosive Sum" cpp solution
      • 3 years ago

      18987964267331664557

    • Custom User Avatar
      • antekm
      • commented on "Who likes it?" cpp solution
      • 3 years ago

      why?

    • Custom User Avatar
      • antekm
      • commented on "Connect 4" csharp solution
      • 6 years ago

      count(board, r,c, dir[1]) will always return 0, as there should be no discs above the last dropped.

    • Custom User Avatar
      • antekm
      • commented on "Selective fear of numbers" csharp solution
      • 6 years ago

      returns true for Sunday 1332

    • Custom User Avatar
      • antekm
      • created an issue for "What's a Perfect Power anyway?" kata
      • 6 years ago

      In the description we can read:
      "Note: For a perfect power, there might be several pairs. For example 81 = 3^4 = 9^2, so (3,4) and (9,2) are valid solutions. However, the tests take care of this, so if a number is a perfect power, return any pair that proves it."

      However it is not true for TestRandomNumbers(), where the solution with the lowest exponent is considered correct.
      Examples:
      Expected: (32768, 2)
      But was: (2, 30)

      Expected: (27, 2)
      But was: (3, 6)

    • Custom User Avatar
      • antekm
      • commented on "Credit card issuer checking" cpp solution
      • 7 years ago

      Your solution will return "AMEX" for any string beginning with "34" regardless its length. Should be (...||...)&&...

    • Custom User Avatar
      • antekm
      • commented on "Double Cola" cpp solution
      • 7 years ago

      I've submitted this mess accidently.

    • Custom User Avatar
      • antekm
      • commented on "Price of Mangoes" cpp solution
      • 7 years ago

      7/3=2

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...