Limits 1s, 512 MB

Dengue, a mosquito-borne viral disease, has been spreading rapidly in the past few years. This year (2019) thousands of dengue cases have been recorded and dozens of people have died.

SAtiq became disappointed because of this. Hence now he wants to take some steps to tackle this problem. He wants to develop an application which will take a string S ( 1 ≤ |S| ≤ 100 ) as input. The string denotes the name of the disease the user has.

If the string is Fever the application should print Go to hospital right now.
Otherwise the application should print Go to hospital.

See sample I/O carefully.

Sample

InputOutput
Fevers
Go to hospital.

Submit

Login to submit.

Statistics

98% Solution Ratio
aaman007Earliest, Aug '19
aaman007Fastest, 0.0s
aaman007Lightest, 0 B
Nusab19Shortest, 54B
Toph uses cookies. By continuing you agree to our Cookie Policy.