CODEIT03 - Play with Dates
Given the date, month and year, find the day.
Input
The first line consists of an integer t, the number of test cases. Then for each test case there are three integers the day, month and year.
Output
For each test case print the day in words in a separate line (the first character should be capitalised followed by lowercase).
Constraints
1 ≤ t ≤ 100
Date/month/year ≥ 11/01/2012
Date/month/year ≤ 31/12/3000
The given date will always be a valid date.
Example
Input: 3 11 1 2012 12 1 2012 13 1 2012 Output: Wednesday Thursday Friday
hide comments
Paras Sharma:
2012-04-05 15:01:23
How about making it size competition.
|
|
vamsi:
2012-04-05 15:01:23
any one please help me my code is correct i think...
|
|
Andy:
2012-04-05 15:01:23
31 12 3000 is Wednesday |
|
cegprakash:
2012-04-05 15:01:23
Have you guys checked your output with a perfect calender till year 3000? If so ask me |
|
Ajay Gupta:
2012-04-05 15:01:23
i'm screwed up!! all answers are correct even then its showing wrong answer pls help!!! |
|
Jitesh:
2012-04-05 15:01:23
@ cegprakash: I've used the same format as specified in the sample output.....Now can u tell me where I'm getting a WA even I'm getting a correct answer for every date between the specified test cases......
|
|
Kunal Rout:
2012-04-05 15:01:23
I have checked every single day.first I checked 1/1/2012 and from 1/1/2012 to 31/12/3000 whether the next day following the previous is correct by running a loop.
|
|
cegprakash:
2012-04-05 15:01:23
The first character should be caps followed by small letters |
|
Kunal Rout:
2012-04-05 15:01:23
Why am I getting wrong answer again and again even though my code is correct.
|
|
Jitesh:
2012-04-05 15:01:23
I'm getting a wrong answer even though my answers are correct......Can someone tell me where I'm wrong......
|
Added by: | cegprakash |
Date: | 2012-01-09 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All |