One summer evening, while curled up with her beloved Cheese-kun plushie, C.C. begins craving pizza. Although she would really like a large, extra-cheesy pizza, her stomach is willing to settle for anything. Without hesitation, she snatches up Lelouch's credit card and makes a very important phone call…
- C.C. will be
absolutely
satisfied if the pizza she gets has a width ofunits and an extra-cheesiness of at least
.
- C.C. will be
fairly
satisfied if the pizza she gets has a width ofunit and an extra-cheesiness of at most
.
- C.C. will be
very
satisfied with any other pizza she receives.
Input Specification
The first line of input will contain a single integer
, denoting the width of the pizza C.C. receives.
The second line of input will contain another integer
, representing the percentage of the pizza covered in extra cheese.
Output Specification
A single line containing C.C.'s satisfaction with her order in the form: C.C. is M satisfied with her pizza.
Make sure your output matches this exactly, including any spacing and punctuation.
Here, is a string describing her satisfaction, which will be one of:
absolutely
, fairly
or very
.
Sample Input
2
70
Sample Output
C.C. is very satisfied with her pizza.
Explanation
The pizza has a width of units and a cheesiness of
. Since C.C. is neither absolutely nor fairly satisfied, she is very satisfied.
Comments
Currently having some issues with test case 4 in the block and test number 7 both are giving me the error that my output is clipped and was wondering if I am formatting something incorrectly. Could use an outside observer on this one
Typos will be the death of me on this platform. Spent 30 minutes not understanding why my code was wrong until I realized I missed the second . in "C.C.". Added it and passed with flying colors O_o.
I keep getting WA on the test case 3, could someone help me out?
You need to read the requirements again.
Thanks for that. Your second point set me straight. I was being more specific than I had to be. I cast a wider net.
Make sure to know how to spell. Remember "Absolutely" has an "e" in it
This comment is hidden due to too much negative feedback. Show it anyway.
That's because you spelled satisfied wrong.
c.c best waifu
I got this question wrong 3 times because I forgot to output one word