Editorial
Let be the release year of Python 3.X.0.
By the definition in the statement,
The end-of-support year is 5 years after the release year, so it is
Therefore, print Support if , and print End of Life otherwise.
The time complexity is .
Preparing the statement, recent submissions, and submit form.
Let be the release year of Python 3.X.0.
By the definition in the statement,
The end-of-support year is 5 years after the release year, so it is
Therefore, print Support if , and print End of Life otherwise.
The time complexity is .