|
||||||||||
What day is itTime Limit: 3000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 10307 Accepted Submission(s): 2860 Problem Description Today is Saturday, 17th Nov,2007. Now, if i tell you a date, can you tell me what day it is ? Input There are multiply cases. One line is one case. There are three integers, year(0<year<10000), month(0<=month<13), day(0<=day<32). Output Output one line. if the date is illegal, you should output "illegal". Or, you should output what day it is. Sample Input
Sample Output
Author LGX Source | ||||||||||
|