Anohana: The Flower We Saw That Day
Time Limit: 1000 ms
Memory Limit: 65536 KiB
Problem Description
Which day is it? Menma has forgotten lots of things and she can only vaguely remember a date.
Now you need to decide whether a date can be a possible date in Menma's memory.
Input
The input contains only 3 integers separated by spaces in one line, denoting the year, month and day of the date.
Output
If the date can be a possible date, output "Super Peace Busters" in one line and output "Jinta" else (without quotes).
Sample Input
2016 11 12
Sample Output
Super Peace Busters
Hint
Only when a date is a valid date, can it be possible.
For example, 2015 2 29 is impossible.
Source
【第八届山东理工大学ACM网络编程擂台赛 正式赛】UMR & bLue