• Sign Up
  • Kata
  • Kumite
  • Blog
  • Forum
  • Wiki
  • Leaders
  • Log In
  • Sign Up
Name:Benjamin
Clan:Unknown
Skills:rambling about random tests, c, c++, javascript, haskell, mathematics, inactive, not creating new content anymore
Member Since:Sep 2014
Last Seen:Oct 2020
Profiles:
Following:2
Followers:210
Allies:0
View Profile Badges
  • Stats
  • Kata
  • Collections
  • Kumite
  • Social
  • Discourse
  • Conversations (4516)
  • Replies
  • Authored
  • Needs Resolution
    • ejini战神
    • resolved an issue on "You're a square!" kata
    • XRFXLP
    • created an issue for "What's a Perfect Power anyway?" kata

    Please use new python test framework.

    • XRFXLP
    • created an issue for "You're a square!" kata

    Please use new python test framework.

    • Blinniz
    • commented on "What's a Perfect Power anyway?" kata

    Hello, my script is ok for the first tests but not with big numbers By exemple,6590815232 no (but it's a number proposed in the test) but with this number -1, so 6590815231. It's ok. I can't understand where is the problem.

    • rowcased
    • commented on "You're a square!" kata

    Error messages have been fixed. (2)

    • rowcased
    • commented on "You're a square!" kata

    Error messages have been fixed. (1)

    • natan
    • commented on "You're a square!" kata

    Thanks to @rowcased this ought to be fixed now.
    To my understanding your code was indeed wrong, but the wrong error message was used.

    • natan
    • resolved an issue on "You're a square!" kata

    Maybe they're used to figuring things out x)

    • rowcased
    • commented on "You're a square!" kata

    Wow! I'm a bit surprised these wonky error messages made it through 1,734 completions! Thanks for the notice. Should be good now.

    • rowcased
    • commented on "You're a square!" kata

    Thanks, @natan I'm looking at it now.

    • natan
    • commented on "You're a square!" kata

    Hm. I created an issue for the C translation. Maybe I should have posted HERE instead. Well, here's a notification for you @rowcased

    • natan
    • created an issue for "You're a square!" kata

    C translation: Error messages don't make sense.

    Click me for details
    #include <stdbool.h>
    #include <math.h>
    
    bool is_square(int n) {
        return false;
    }
    

    ^^^ responds with 13368 is not a square number but 13368 wasn't the input
    or

    #include <stdbool.h>
    #include <math.h>
    
    bool is_square(int n) {
        return true;
    }
    

    ^^^ gives 370081406 is a square number (19238 * 19238) .. no. it is not.

    • jbadr07/24
    • commented on "You're a square!" kata

    it's keep showing this error (188609022 is a square number (13734 * 13734))
    meanwhile sqrt(188609022)=13733.5 which means 188609022 isn't a square

    • acetaldehyde22
    • created a question for "You're a square!" kata

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

    • Chrono79
    • resolved an issue on "Remove the minimum" kata

    Neither number = number nor numbers = number preserve the input list, print it before returning and you'll see it's been mutated.

  • Loading more items...
  • © 2021 Codewars
  • About
  • API
  • Blog
  • Privacy
  • Terms
  • Contact
  • powered by

Confirm

  • Cancel
  • Confirm