编程介的小学生 2019-05-19 12:08 采纳率: 20.5%
浏览 285

决策树的条件的判断,怎么采用C语言的程序代码编写过程的办法去实现?

Problem Description
Samuel concerns about his health condition a lot. He never wants to damage his health by staying up late at night or leaving his stomach empty without having meals. He always goes to bed at 10 pm,and gets up at 7 am next morning. He often goes to the dinning hall at the meal time,even if he is engaged with a lot of work at hand during the dinner time. In a word, healthy regular life holds higher priority than anything else in Samuel's opinion.
According to the traditional Chinese medical care spirit,breakfast ought to be finished at about 7 am, lunch time at about 12 o'clock, and supper time at about 5 pm. Sleep cannot be later than 1 o'clock am because 1-2 am is a precious time for the liver to relax and rebuild itself. If you have a habit of sleeping later than 2 o'clock, you have to pay more attention to your liver before it is too late. And it has been proved that only by sleeping early and for enough time will your liver function well.
Here are some principles of living a health life:

Samuel holds the view that health is the firm foundation of your work,so he sticks to these principles in order to lead a health life. Will you want to be healthy?
The problem Samuel gives you is to tell whether his friend NeverGone is leading a health life.

Input
The input includes 2 major parts:
First part is the test number t,an integer.
Second part is the part of each test cases:
Sleep time HH:MM-HH:MM(in 24 hours,time lasts within 24 hours),the bottles one drank a day n,take sports or not(using T/F to describe,always big letter),whether or not stay a good mood(T/F boolean type,the same with the former explanation)

Output
Only if his living matches the four pieces of the principle above can you say he is leading a health life,so please output”Health life,NeverGone you should keep doing!”otherwise output”NeverGone should pay attention to his health!”.

Sample Input
2
23:59-6:58
8
T
T
24:00-8:00
10
T
T

Sample Output
NeverGone should pay attention to his health!
Health life,NeverGone you should keep doing!

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 如何用stata画出文献中常见的安慰剂检验图
    • ¥15 c语言链表结构体数据插入
    • ¥40 使用MATLAB解答线性代数问题
    • ¥15 COCOS的问题COCOS的问题
    • ¥15 FPGA-SRIO初始化失败
    • ¥15 MapReduce实现倒排索引失败
    • ¥15 ZABBIX6.0L连接数据库报错,如何解决?(操作系统-centos)
    • ¥15 找一位技术过硬的游戏pj程序员
    • ¥15 matlab生成电测深三层曲线模型代码
    • ¥50 随机森林与房贷信用风险模型