Prime Dates

  • + 0 comments

    This problem is so horribly written, it needs to be completely redone, that gives the leap year formula in the problem statement. And that's not mentioning this line 'Firstly, sequentially concatinate the date, month and year, into a new integer x erasing the leading zeroes.' But in a solution that 100% works, x contains dates like this 2082025 which is 2 08 2025, so there is a leading zero for the month.