Project Euler #40: Champernowne's constant

  • + 0 comments

    Reading the Input is the main problem making TLE on test cases. First Read the input and store it. Then only try to work on the values. It would be best in general programming to avoid these cases.