Project Euler #238: Infinite string tour

  • + 1 comment

    My C++/PyPy solutions output a different answer for the Sample Input 3 (, ). (They output same answers for Sample Input 0-2)

    I have verified my solutions using a brute-force solution for , .

    Could you please check the judge source code ?