February 18 is a special date for the CCC this year.
Write a program that asks the user for a numerical month and numerical day of the month and then
determines whether that date occurs before, after, or on February 18.
If the date occurs before February 18, output the word Before. If the date occurs after February
18, output the word After. If the date is February 18, output the word Special.
今年的 2 月 18 日对于 CCC 来说是一个特殊的日期。
编写一个程序,询问用户一个数字月份和该月份的一个数字日期,然后确定该日期是在 2 月 18 日之前、之后还是正好是 2 月 18 日。
如果日期在 2 月 18 日之前,输出单词 Before。如果日期在 2 月 18 日之后,输出单词 After。如果日期是 2 月 18 日,输出单词 Special。