#131. answerCell
answerCell
Background
Description
Your cell phone rings. Return true if you should answer it. Normally you answer, except in the morning you only answer if it is your mom calling. In all cases, if you are asleep, you do not answer.
Format
Input
Output
Samples
false false false
true
false false true
false
true false false
false
Limitation
1s, 1024KiB for each test case.