Project Euler #244: Sliders

Sort by

recency

|

30 Discussions

|

  • + 0 comments

    The funniest part of the whole issues it that i dont understand the question, talk less of thinking on the the solution will be like.

  • + 0 comments

    Hi. Can someone explain how to read input in JavaScript(node.js) in project euler?

  • + 0 comments

    For WR BB RB BW, why is the output the checksum of LU?

  • + 0 comments

    input:

    5
    WRRRR
    RRRRR
    RRRBB
    BBBBB
    BBBBB
    BBBBB
    BBBBB
    BBRRR
    RRRRR
    RRRRW
    

    output: 46051340

  • + 0 comments

    I am having an issue with the version of c# that the program is compiled with. Some details of this would be useful.

    Even after I got the code to compile by using older version of c# the test says my code is wrong even though it "works on my machine".

    I am trying to find the right version of Mono to test against but having little luck. It works find on the latest version of mono's docker image.