Day after tomorrow
Easy
Execution time limit is 1 second
Runtime memory usage limit is 64 megabytes
On a given date is required to determine what number the day after tomorrow.
Input
Given the date, month and year (year - a number in the range from 1 to 10000).
Output
Required to deduce what number the day after tomorrow, in the format of the input data.
Examples
Input #1
Answer #1
Submissions 4K
Acceptance rate 21%