• 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
connect2mak Avatar
Name:Unknown
Clan:Unknown
Member Since:Apr 2020
Last Seen:May 2020
Profiles:
    Following:0
    Followers:0
    Allies:0
    View Profile Badges
    • Stats
    • Kata
    • Collections
    • Kumite
    • Social
    • Discourse
    • Conversations (16)
    • Replies
    • Authored
    • Needs Resolution
    • Custom User Avatar
      • zidoxx
      • commented on "SQL Bug Fixing: Fix the JOIN" kata
      • 5 years ago

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

    • Custom User Avatar
      • connect2mak
      • commented on "SQL Bug Fixing: Fix the JOIN" kata
      • 5 years ago

      Test Failedexpected 513.01 (#BigDecimal:55970764d9c8,'0.51301E3',18(18)) to be a kind of Float
      --> how to get float successfully in postgres
      1 test case fail due to float
      cast( (SUM(j.salary) / COUNT(p)) as float(2) ) as average_salary
      numeric is failing

    • Custom User Avatar
      • connect2mak
      • commented on "Using Window Functions To Get Top N per Group" kata
      • 5 years ago

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

    • Custom User Avatar
      • connect2mak
      • commented on "SQL Statistics: MIN, MEDIAN, MAX" kata
      • 5 years ago

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

    • Custom User Avatar
      • connect2mak
      • commented on "Calculating Running Total" kata
      • 5 years ago

      above worked . used integer instead of numeric

    • Custom User Avatar
      • connect2mak
      • commented on "Calculating Running Total" kata
      • 5 years ago

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

    • Custom User Avatar
      • B1ts
      • commented on "Counting Duplicates" kata
      • 5 years ago

      @stɛffan153 ah, I was thinking of CyberChef, so that made little sense :D

    • Custom User Avatar
      • user8436785
      • commented on "Counting Duplicates" kata
      • 5 years ago

      C++ has that test, and the expecte is 2.

    • Custom User Avatar
      • user8436785
      • commented on "Counting Duplicates" kata
      • 5 years ago

      @B1ts CodeChef is a thing ;) https://www.codechef.com/

      Maybe this guy is coming from there and accidentally said the wrong thing.

    • Custom User Avatar
      • B1ts
      • commented on "Counting Duplicates" kata
      • 5 years ago

      We just told you how...

      how to view the inputs from codechef ?

      ???

    • Custom User Avatar
      • connect2mak
      • commented on "Counting Duplicates" kata
      • 5 years ago

      i am referring to test cases of codewars that is provided. how to view the inputs from codechef ?

    • Custom User Avatar
      • B1ts
      • commented on "Counting Duplicates" kata
      • 5 years ago

      Where do you see that test? It should be 2.

    • Custom User Avatar
      • tukmogi
      • commented on "Counting Duplicates" kata
      • 5 years ago

      Try printing it out in the console

      def duplicate_count(text):
          print(text)
          # Your code goes here
      
    • Custom User Avatar
      • B1ts
      • commented on "Counting Duplicates" kata
      • 5 years ago

      You can use print(text) to see inputs. Also, use spoiler flag plz... (next time you post code)

    • Custom User Avatar
      • connect2mak
      • commented on "Counting Duplicates" kata
      • 5 years ago

      how to view input data of test cases ?

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

    Confirm

    • Cancel
    • Confirm

    Collect: undefined

    Loading collection data...