Your task is to write a program that checks if the New Year will come in a specified number of days (N) after a certain date.
Input data format
A single line containing a date in the year-month-day format and an integer N separated by one space character.
Output data format
Just "true" or "false".