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
Shubhransh Srivastav:
2015-07-12 19:27:23
http://www.spoj.com/submit/CODEIT03/id=14655301
|
|
kp:
2015-06-24 14:50:36
after each WA .. got one tricky case :P AC :) |
|
i_am_looser:
2015-05-31 09:52:27
Google it.... ;) |
|
kartikay singh:
2015-05-24 06:47:02
_/\_ problem setter B-) |
|
Souvik Mondal :
2015-05-23 14:29:57
silly mistake....first letter is in caps.
|
|
Dushyant Singh:
2015-02-23 18:07:58
Good Question! Finally AC! :-) |
|
Insomniac:
2014-12-21 11:51:13
Learned a new thing......
|
|
Nikhil Sheoran:
2014-12-10 21:02:14
Some nice tricky test cases |
|
ivar.raknahs:
2014-12-08 21:52:49
PlZ move this to tutorial. |
|
Tushar Sinha:
2014-10-15 19:48:59
Don't misspell the days of the week! |
Added by: | cegprakash |
Date: | 2012-01-09 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All |